From: Rudolf Polzer Date: Sun, 16 Jan 2011 20:29:52 +0000 (+0100) Subject: add testing guidelines X-Git-Tag: xonotic-v0.5.0~318^2~102 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ea5fb2742a6841d4a916161cd5f72325bbdce929;p=xonotic%2Fxonotic-data.pk3dir.git add testing guidelines --- diff --git a/qcsrc/menu/stringfilelist.txt b/qcsrc/menu/stringfilelist.txt index 9e5aa089e..c90e4e758 100644 --- a/qcsrc/menu/stringfilelist.txt +++ b/qcsrc/menu/stringfilelist.txt @@ -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: