X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=po%2FREADME.Translations;h=84e8f2a0fa8af38358b85bdf4fe360c06b73cd74;hp=3b7abd44f62f4a6f48298486f7e13318ca12ba32;hb=e9e9f28438f4e11995e6b444928da1c0f8487804;hpb=f8de7b607c3e168996138cbc5e1cfca18254ba09 diff --git a/po/README.Translations b/po/README.Translations index 3b7abd44..84e8f2a0 100644 --- a/po/README.Translations +++ b/po/README.Translations @@ -33,14 +33,6 @@ 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: +The .pot file can be regenerated with this command: lupdate ../src -ts quassel.ts && lconvert -i quassel.ts -o quassel.po \ && msguniq -o quassel.pot quassel.po && rm quassel.ts quassel.po