]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
add testing guidelines
authorRudolf Polzer <divverent@alientrap.org>
Sun, 16 Jan 2011 20:29:52 +0000 (21:29 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 16 Jan 2011 20:29:52 +0000 (21:29 +0100)
qcsrc/menu/stringfilelist.txt

index 9e5aa089ea9395172be08dfb026ce21d1bd8d0e0..c90e4e758bc7f1ab5cf1d5d74852b7bae8d1a5e2 100644 (file)
@@ -5,6 +5,8 @@ Guideline:
   unless in developer-only functions (e.g. *dumptree*)
 - mark translatable strings with _()
 - if a translatable string is a strcat monster, change it to sprintf
+- test by:
+  find . -type f -not -name \*.po | xgettext -LC -k_ -f- gamecommand.qc
 
 List of files to do: