]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
remove a useless argument
authorRudolf Polzer <divverent@alientrap.org>
Mon, 17 Jan 2011 06:10:09 +0000 (07:10 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Mon, 17 Jan 2011 06:10:28 +0000 (07:10 +0100)
qcsrc/menu/i18n-guide.txt

index 957b023c5304378a7264aed843737b1ae6ff65d4..6a2172cdc7d1513dd97050e03091ee85916eca36 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 -not -name \*.txt | xgettext -LC -k_ -f- gamecommand.qc
+  find . -type f -not -name \*.po -not -name \*.txt | xgettext -LC -k_ -f-
 - interesting vim macros:
   :map # /"<return>
   :map ' i_(<esc>2f"a)<esc>/"<return>