From: Rudolf Polzer Date: Mon, 17 Jan 2011 14:48:08 +0000 (+0100) Subject: add utf-8 argument X-Git-Tag: xonotic-v0.5.0~318^2~70 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=19f63bd86bf22c2d5a2f0737b22cde467ca5096d;p=xonotic%2Fxonotic-data.pk3dir.git add utf-8 argument --- diff --git a/qcsrc/menu/i18n-guide.txt b/qcsrc/menu/i18n-guide.txt index 6a2172cdc7..bfc89b34c0 100644 --- a/qcsrc/menu/i18n-guide.txt +++ b/qcsrc/menu/i18n-guide.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 -not -name \*.txt | xgettext -LC -k_ -f- + find . -type f -not -name \*.po -not -name \*.txt | xgettext -LC -k_ -f- --from-code utf-8 - interesting vim macros: :map # /" :map ' i_(2f"a)/"