projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ffc30a
)
add utf-8 argument
author
Rudolf Polzer <divverent@alientrap.org>
Mon, 17 Jan 2011 14:48:08 +0000
(15:48 +0100)
committer
Rudolf Polzer <divverent@alientrap.org>
Mon, 17 Jan 2011 14:48:08 +0000
(15:48 +0100)
qcsrc/menu/i18n-guide.txt
patch
|
blob
|
history
diff --git
a/qcsrc/menu/i18n-guide.txt
b/qcsrc/menu/i18n-guide.txt
index 6a2172cdc7d1513dd97050e03091ee85916eca36..bfc89b34c0d128b61cddaa9068ae912a36914ce8 100644
(file)
--- 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 # /"<return>
:map ' i_(<esc>2f"a)<esc>/"<return>