Updated Finnish translation
[quassel.git] / po / README.Translations
index 067320b..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,3 +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 (requires ``Translate Toolkit´´):
+lupdate ../src -ts quassel.ts && ts2po -P --duplicates=msgctxt -i quassel.ts -o quassel.pot && rm quassel.ts