diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 03:33:08 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 03:33:08 +0100 |
commit | 0b90bfbf7ba16a6b5498ed181cec668e75fabb05 (patch) | |
tree | 4aeb1039ab0c0117e51cda63d9605abc0ab0cfb8 /.tx/howto.txt | |
parent | cdc720c97b18ccc5a199aad4510a66df153176dc (diff) |
Update L10n howto with some notes
Diffstat (limited to '.tx/howto.txt')
-rw-r--r-- | .tx/howto.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/.tx/howto.txt b/.tx/howto.txt index 4a4f6724..213cd3e7 100644 --- a/.tx/howto.txt +++ b/.tx/howto.txt @@ -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 |