Add new .pot file with instructions how to generate it.
authorTomáš Chvátal <scarabeus@gentoo.org>
Wed, 28 Oct 2009 20:16:41 +0000 (21:16 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 28 Oct 2009 20:23:57 +0000 (21:23 +0100)
po/CMakeLists.txt
po/README.Translations
po/quassel.pot [moved from po/quassel.po with 100% similarity]

index 59c2397..b6922bc 100644 (file)
@@ -2,10 +2,6 @@
 # The LINGUAS variable can be used to limit that set
 
 if(QT_LCONVERT_EXECUTABLE)
-  # We always include quassel.po
-  generate_qm(QM quassel)
-  set(qm_files ${QM})
-
   # get environment variable for translations
   set(LINGUAS "$ENV{LINGUAS}")
   string(REGEX REPLACE "[ \t]+" \; output "${LINGUAS}")
index 067320b..91a6185 100644 (file)
@@ -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
similarity index 100%
rename from po/quassel.po
rename to po/quassel.pot