Updated translations so that untranslated keys will be preixed with an exclamation point at the beginnign of the line, all at the end of the file.

This commit is contained in:
Wyatt Olson
2010-09-15 18:27:49 -06:00
parent 2a1a2ba8fb
commit 07d5e041d0
32 changed files with 4590 additions and 2 deletions

View File

@@ -31,5 +31,11 @@ will override any keys present from the ones in the language file (and in turn,
It is recommended to look for differences from default using a text editor with compare cabailities.
For ease of maintentance, you should insert new entries in alphabetical order. Comments *may*
be included, but in general you should try to avoid them as they can confuse comparison editors.
be included, but in general you should try to avoid them as they can confuse comparison editors. If
you do include comments, you should prefix each line with 00, 01, etc so that the file can be sorted
and still keep comments in correct order, e.g.
#00 Comment line 1...
#01 Line 2...
#02 3, etc.