From 7eedbdce9040555798019823dc38bcae98fad32f Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 16 Jan 2011 22:33:11 +0100 Subject: [PATCH] update xgettext command --- qcsrc/menu/stringfilelist.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/menu/stringfilelist.txt b/qcsrc/menu/stringfilelist.txt index d435fa987..ed1ab7cc9 100644 --- a/qcsrc/menu/stringfilelist.txt +++ b/qcsrc/menu/stringfilelist.txt @@ -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 # /" :map ' i_(2f"a)/" -- 2.39.2