[Mapguide-trac] [mapguide-trac] #2110: Localization review/cleanup
MapGuide Open Source
trac_mapguide at osgeo.org
Tue Sep 11 10:31:12 PDT 2012
#2110: Localization review/cleanup
-----------------------+----------------------------------------------------
Reporter: jng | Owner: jng
Type: task | Status: new
Priority: medium | Milestone: Maestro-5.0
Component: Maestro | Version:
Severity: major | Keywords:
External_id: |
-----------------------+----------------------------------------------------
Description changed by jng:
Old description:
> Review the Maestro codebase for localization related issues:
>
> * Mark lines containing unlocalizable string literals with //NOXLATE
> * Move localizable string literals into their respective resx file
> * Where possible, externalize frequently used string literals into a
> string constant of a StringConstants utility class.
> * Move strings in Resources.resx into a separate Strings.resx resource,
> to make such items easier to distinguish during the localization process
New description:
Review the Maestro codebase for localization related issues:
* Mark lines containing unlocalizable string literals with //NOXLATE,
making future localizable string hunting easier.
* Move localizable string literals into their respective resx file
* Where possible, externalize frequently used string literals into a
string constant of a StringConstants utility class.
* Refactor out any format strings with locale-specific information. (eg.
Coordinate position)
* Move strings in Resources.resx into a separate Strings.resx resource,
to make such items easier to distinguish during the localization process
* Refactor the file picker filter strings to the form {{{
{0}(*.{1})|*.{1} }}}, where {0} is the locale-specific file type and {1}
is the extension.
--
--
Ticket URL: <http://trac.osgeo.org/mapguide/ticket/2110#comment:2>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals
More information about the mapguide-trac
mailing list