Allow the TabCompleter to complete channel names as well.
[quassel.git] / po / README.Translations
index 91a6185..e6a08bf 100644 (file)
@@ -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