View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002815 | The Dark Mod | Coding | public | 17.07.2011 13:47 | 06.08.2011 17:40 |
Reporter | tels | Assigned To | tels | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | TDM 1.06 | ||||
Target Version | TDM 1.07 | Fixed in Version | TDM 1.07 | ||
Summary | 0002815: Support FM short descriptions in other languages | ||||
Description | In DarkMod/Missions/ModInfo.cpp around line 215, TDM looks for the string "Description:". Here we should also parse (and ignore) any string that looks like "Description LanguageNameHere:" and store it. Then when the mod info is requested, return the proper language version, or fall back to English. This also means this file must be parsed in UTF-8 and the text be converted to either ISO-8859-1 or Windows 1251, depending on language. Alternatively, we could simple look for a file "darkmod_LANGUAGE.txt" instead, that would us also allow to translate the title (or author) of the FM. | ||||
Tags | No tags attached. | ||||
Entering the description as "#str_21000" and then supplying the different translations in strings/fm/LANGUAGE.lang files should also work. Test this. | |
This has been fixed by check-ins 0004935 and 0004942. TDM now loads FM specific translations (from files like strings/fm/english.lang) and can handle FM titles/descriptions in darkmod.txt like: Title: #str_20000 Description: #str_20001 The list of available-to-play missions is also properly translated, and potential articles like "The " are removed across languages after the translation. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
17.07.2011 13:47 | tels | New Issue | |
17.07.2011 13:47 | tels | Status | new => assigned |
17.07.2011 13:47 | tels | Assigned To | => tels |
17.07.2011 13:47 | tels | Relationship added | child of 0002779 |
17.07.2011 13:50 | tels | Relationship added | related to 0002797 |
17.07.2011 14:38 | tels | Summary | Support FM short descriptions in other langauges => Support FM short descriptions in other languages |
17.07.2011 14:38 | tels | Description Updated | |
05.08.2011 16:57 | tels | Note Added: 0003970 | |
06.08.2011 17:40 | tels | Note Added: 0003975 | |
06.08.2011 17:40 | tels | Status | assigned => resolved |
06.08.2011 17:40 | tels | Fixed in Version | => TDM 1.07 |
06.08.2011 17:40 | tels | Resolution | open => fixed |