Opened 12 years ago

Closed 7 years ago

#2110 closed task (duplicate)

Localization review/cleanup

Reported by: jng Owned by: jng
Priority: medium Milestone: Maestro-5.1
Component: Maestro Version:
Severity: major Keywords:
Cc: External ID:

Description (last modified by jng)

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.

Change History (3)

comment:1 by jng, 12 years ago

Description: modified (diff)

comment:2 by jng, 12 years ago

Description: modified (diff)

comment:3 by jng, 7 years ago

Resolution: duplicate
Status: newclosed
Note: See TracTickets for help on using tickets.