]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/menu/stringfilelist.txt
fb7d5750c4c74b0111762ef7cbcb435e9c5c3054
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / stringfilelist.txt
1 Guideline:
2 - do NOT translate strings in error() messages, or in dprint()!
3 - delete obviously useless developer prints while at it
4 - change obvious developer prints from print to dprint (even in comments),
5   unless in developer-only functions (e.g. *dumptree*)
6 - mark translatable strings with _()
7 - if a translatable string is a strcat monster, change it to sprintf
8 - if code loads files with text, use language_filename()
9 - test by:
10   find . -type f -not -name \*.po -not -name \*.txt | xgettext -LC -k_ -f- gamecommand.qc
11 - interesting vim macros:
12   :map # /"<return>
13   :map ' i_(<esc>2f"a)<esc>/"<return>
14
15 List of files to do:
16
17 ./xonotic/dialog_settings_effects.c
18 ./xonotic/dialog_settings_input.c
19 ./xonotic/dialog_settings_input_userbind.c
20 ./xonotic/dialog_settings_misc.c
21 ./xonotic/dialog_settings_network.c
22 ./xonotic/dialog_settings_video.c
23
24
25
26 Unresolved TODO:
27
28 - translated campaigns