Changes between Version 125 and Version 126 of Event/2011/GCI
- Timestamp:
- 12/14/11 10:56:37 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Event/2011/GCI
v125 v126 355 355 * Look at strings that have not been wrapped in {{{T( )}}} to see if they ought to be. But be cautious: Not all strings need to be localized, and some definitely should not be: 356 356 * Strings that are used as keys in dicts, e.g. `{"this_is_a_key": 5}`, should not be localized. 357 * A string that is intended to be in one specific language should not be localized (e.g. the Language names in the Language selectorin {{{deployment-templates/models/000_config.py}}}).357 * A string that is intended to be in one specific language should not be localized (e.g. the language names in the language menu in {{{deployment-templates/models/000_config.py}}}). 358 358 * Consider improving consistency of wording / terminology - don't use different strings that mean the same thing, e.g. if there is {{{T("My name is")}}} in one place, avoid using {{{T("I am called")}}} somewhere else. 359 359