missed some strings
[quassel.git] / po / README.Translations
index 067320b..ef1af6a 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:
+lupdate ../src -ts quassel.ts && lconvert -i quassel.ts -o quassel.po && rm quassel.ts && mv quassel.po quassel.pot