X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=po%2FREADME.Translations;h=29a6d9c050812aeac6139b912a2a305b69cf7be0;hp=3b7abd44f62f4a6f48298486f7e13318ca12ba32;hb=d68e9d67200abc51123b357bcdbbc816d4a70791;hpb=f8de7b607c3e168996138cbc5e1cfca18254ba09 diff --git a/po/README.Translations b/po/README.Translations index 3b7abd44..29a6d9c0 100644 --- a/po/README.Translations +++ b/po/README.Translations @@ -33,14 +33,4 @@ NOTE: You'll need lupdate, lconvert, lrelease installed with your Qt in 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 can be regenerated with `./update-pot.sh`