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

RFP: Replace Handlebars with vanilla HTML and a localization JS library #68

Open
clhenrick opened this issue Dec 1, 2020 · 0 comments

Comments

@clhenrick
Copy link
Owner

The benefits of ditching the HandlebarsJS based translation implementation and instead using vanilla HTML with a localization JS library such as i18next would be:

  1. The page would at least still load if JavaScript was disabled by the user
  2. A localization library could also help with supporting other important features relating to localization such as date/time formatting
  3. Would possibly make the HTML markup a bit easier to maintain?

Could probably keep/utilize the current implementation of the locales JSON files in app/public/locales

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

1 participant