point85 / OEE-Designer

The OEE-Designer is the build time environment for OEE applications.
MIT License
93 stars 46 forks source link

Localization #4

Closed cemcap closed 5 years ago

cemcap commented 5 years ago

Hi Mr. Randall,

first of all, thank you for sharing your expertise!

As i was inspecting your code, i realized that internationalization has not yet been scheduled in the current versions. Are there any future plans to support localization?

Kind regards and keep up the good work...

point85 commented 5 years ago

Yes, the next release will add a JavaFX desktop version of the operator application. This application will be localizable using resource bundles. Localization of the other apps depends on user demand. Which application would you like to see localized?

cemcap commented 5 years ago

Well, sorted by order of importance, these would be:

  1. Operator,
  2. Monitor/Dashboard,
  3. Collector and
  4. Designer
point85 commented 5 years ago

All applications with externally visible text have been localized with resource bundles. Logging output and toString() method are not localized. Please see the user guide on how to translate the resource bundles. I would appreciate any translated bundles that can be submitted to Git.