X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=po%2FREADME.Translations;h=e6a08bf418015a69fb8335346f6ecce9698419fe;hb=5e98ea7b25ef08f6b4adf01195e9e8e79a56f1d5;hp=91a6185197869e624a4e027c9243cc79dddbd84a;hpb=5d37c2a7043e445df6d6ce5d2eae60fbe9b783c7;p=quassel.git diff --git a/po/README.Translations b/po/README.Translations index 91a61851..e6a08bf4 100644 --- a/po/README.Translations +++ b/po/README.Translations @@ -1,5 +1,5 @@ In order to create or update a translatable file, run the following command -in the directory i18n/: +in the directory po/: ./update.sh xx @@ -28,5 +28,5 @@ NOTE: You'll need lconvert 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 .pot file: -lupdate ../src -ts quassel.ts && lconvert -i quassel.ts -o quassel.po && rm quassel.ts && mv quassel.po quassel.pot +Regenerating .pot file (requires ``Translate Toolkit´´): +lupdate ../src -ts quassel.ts && ts2po -P --duplicates=msgctxt -i quassel.ts -o quassel.pot && rm quassel.ts