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

Multilanguage support #137

Open
adam-m opened this issue Jan 23, 2013 · 2 comments
Open

Multilanguage support #137

adam-m opened this issue Jan 23, 2013 · 2 comments

Comments

@adam-m
Copy link
Contributor

adam-m commented Jan 23, 2013

Various contributors have offered help in translating, but we need to add support for this.

  • localize all user visible strings
  • make sure branding and multi-language support work well together (different versions of Bundle.properties)
  • cleanup all Bundle.properties - remove unused strings (write a script or use existing tool)
  • document how to translate (which files to provide, etc)
@bcarrier
Copy link
Member

For completeness, I'm copying in the message that I sent to the users list yesterday on this topic:

The basics can be found here:

http://bits.netbeans.org/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/i18n-branding.html

That being said, we know the following:

  • There are strings in the bundles.properties files that are no longer in the UI. We need to clean those files up so that only the needed strings are translated.
  • Not all strings made their way into that file. So, we need to externalize some of them.

@rcordovano
Copy link
Contributor

Most strings are currently handled through bundle.properties and we have JA localization.

@rcordovano rcordovano reopened this Apr 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants