]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
update xgettext command
authorRudolf Polzer <divverent@alientrap.org>
Sun, 16 Jan 2011 21:33:11 +0000 (22:33 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 16 Jan 2011 21:33:11 +0000 (22:33 +0100)
qcsrc/menu/stringfilelist.txt

index d435fa98756c1e2c972df52350262d2240f627b3..ed1ab7cc9c4478b1d6c83c6d4a6eb9c46f6be4f1 100644 (file)
@@ -7,7 +7,7 @@ Guideline:
 - if a translatable string is a strcat monster, change it to sprintf
 - if code loads files with text, use language_filename()
 - test by:
-  find . -type f -not -name \*.po | xgettext -LC -k_ -f- gamecommand.qc
+  find . -type f -not -name \*.po -not -name \*.txt | xgettext -LC -k_ -f- gamecommand.qc
 - interesting vi macros:
   :map # /"<return>
   :map ' i_(<esc>2f"a)<esc>/"<return>