1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-08-13 16:53:48 -04:00

Update L10n howto with some notes

This commit is contained in:
Berke Viktor 2012-10-30 03:33:08 +01:00
parent cdc720c97b
commit 0b90bfbf7b

View File

@ -8,7 +8,7 @@ More info: http://help.transifex.com/features/client/index.html
Append 'type = PO' to .tx\config without apostrophes
Push the resources to Transifex
# tx push -s -t
# tx push --source --translation
@ -18,7 +18,7 @@ Regenerate the source file (hexchat.pot) on a Unix machine
# rm po/hexchat.pot && ./autogen.sh && ./configure --enable-nls && make
Push the updated source file to Transifex (this automatically updates all translation files)
# tx push -s
# tx push --source
@ -31,3 +31,11 @@ Update GitHub repo
# git add po/
# git commit
# git push
4) To update just one translation with local changes:
# tx push --translation --language xy
Where xy is the language code