From ea5fb2742a6841d4a916161cd5f72325bbdce929 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 16 Jan 2011 21:29:52 +0100 Subject: [PATCH] add testing guidelines --- qcsrc/menu/stringfilelist.txt | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.39.2