Translations.wiki
changeset 1143 e97eb0f00c5e
parent 1108 befdf6748279
child 1296 885bb08a1fd8
equal deleted inserted replaced
1142:eba210749526 1143:e97eb0f00c5e
   118 
   118 
   119  * `/share/hedgewars/Data/Maps/<map name>/desc.txt`
   119  * `/share/hedgewars/Data/Maps/<map name>/desc.txt`
   120 
   120 
   121 Replace “`<map name`>” with the name of any mission map. You see a list of mission maps if you select the map type “mission map” when preparing a game.
   121 Replace “`<map name`>” with the name of any mission map. You see a list of mission maps if you select the map type “mission map” when preparing a game.
   122 
   122 
   123 To translate these, add a line of the format `language code=description` (e.g. “en=This is an example.” for English). Since version 0.9.23, you must use the following special character sequences for new lines, commas and underscores:
   123 To translate these, add a line of the format `language code=description` (e.g. “en=This is an example.” for English). You must use the following special character sequences for new lines, commas and underscores:
   124 
   124 
   125 || *Written text* || *Is replaced by* ||
   125 || *Written text* || *Is replaced by* ||
   126 || `_n` || New line ||
   126 || `_n` || New line ||
   127 || `_c` || Comma ||
   127 || `_c` || Comma ||
   128 || `__` || Underscore ||
   128 || `__` || Underscore ||