Changes between Version 123 and Version 124 of Event/2011/GCI


Ignore:
Timestamp:
12/14/11 10:49:07 (13 years ago)
Author:
Pat Tressel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Event/2011/GCI

    v123 v124  
    336336=== Review code for quality of localized strings ===
    337337'''''Migrated'''''[[br]]
    338 All Strings which appear in the user interface, such as in menus and forms and help info, should be Internationalized, so that they are available to be Localized into different languages. This is done bty wrapping the strings in T(), e.g. T("This string is Internationalized and so can be translated")
    339 
    340 Strings inside T() should, by default, be in US English.
     338All Strings which appear in the user interface, such as in menus and forms and help info, should be "internationalized" -- marked to make them available to be translated into different languages. This is done by putting the strings inside of {{{T( )}}}, e.g. {{{T("This string will be written into language files to be translated")}}}. The strings in {{{T( )}}} are keys that are used to look up translated strings. By convention, the key strings are in US English.
    341339
    342340For GCI, you will need to review all the internationalized strings in the model and controller files for a single module, eg: