-
Notifications
You must be signed in to change notification settings - Fork 28
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
#333 Internationalization and Localization Support #410
Conversation
…t label/value distinction
…d shows the current stored value. will sustain since there needs to be a way of checking the 'source of truth' for what the value is.
…aHarmonizer into 333-localization-i18n
These need review - they are simply Google french translations. Also, JS crash occurs unless conditional put on line 739 of DataHarmonizer.js ???
…aHarmonizer into 333-localization-i18n
@Takadonet Would you be interested in giving this branch a test run this week? There are a lot of changes, and I would like a user to attempt to use the application to ensure the new features offer a smooth experience. |
@ddooley I needed to rework the multi select internationalization to have a simpler implementation, particularly so copy-paste was less fragile. I merged the current master with this branch. |
@ddooley I believe you've tested all of the changes made two weeks ago for i18n support (multi select menus are translated, provide values, and switch back and forth between languages; exports are in the default language; cut/paste should work robustly; DH works when opening the main HTML file as well as on a server). I've also patched the problem with Chrome requiring clicking the localization button twice to get it to change(handle selecting a locale with onChange rather than onClick). |
… for ui i18next resources. TemplateProxy knows how to handle 'default' locales
Bump. |
Next steps: