From 0b90bfbf7ba16a6b5498ed181cec668e75fabb05 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 03:33:08 +0100 Subject: Update L10n howto with some notes --- .tx/howto.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to '.tx') 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 -- cgit 1.4.1