X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=po%2FREADME.Translations;h=d495525aa411f4b1c3962b3d5fe196de2c34127e;hp=3b7abd44f62f4a6f48298486f7e13318ca12ba32;hb=5d3ba981e213f5d83ab57df9e06c87a9513f19d9;hpb=f8de7b607c3e168996138cbc5e1cfca18254ba09 diff --git a/po/README.Translations b/po/README.Translations index 3b7abd44..d495525a 100644 --- a/po/README.Translations +++ b/po/README.Translations @@ -32,15 +32,12 @@ NOTE: You'll need lupdate, lconvert, lrelease installed with your Qt in order to generate translation files. Some distributions don't package that tool; in that case you won't get translations. - -Regenerating the .pot file can be done at least two ways. ``Translate -Toolkit'' seems to provide better results, so the first one is -preferred. - -With TT: -lupdate ../src -ts quassel.ts && ts2po -P --duplicates=msgctxt -i \ - quassel.ts -o quassel.pot && rm quassel.ts - -With only Qt tools: -lupdate ../src -ts quassel.ts && lconvert -i quassel.ts -o quassel.po \ - && msguniq -o quassel.pot quassel.po && rm quassel.ts quassel.po +The .pot file is regenerated using `./update-pot.sh` and can be pushed +to Transifex via `tx push -s`. +Note that as of Feb 2016 this is done automatically by nightly runs of +scripts/tx-sync.sh which pushes an updated quassel.pot to a location +that is fetched by Transifex on regular intervals. This location is +currently configured as + and +can be updated at https://www.transifex.com/ald/quassel/content/ → "Auto +update resources".