Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localization review/cleanup #12

Open
6 tasks
jumpinjackie opened this issue Jan 26, 2017 · 0 comments
Open
6 tasks

Localization review/cleanup #12

jumpinjackie opened this issue Jan 26, 2017 · 0 comments
Labels

Comments

@jumpinjackie
Copy link
Owner

Original Link: https://trac.osgeo.org/mapguide/ticket/2110

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant