You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The benefits of ditching the HandlebarsJS based translation implementation and instead using vanilla HTML with a localization JS library such as i18next would be:
The page would at least still load if JavaScript was disabled by the user
A localization library could also help with supporting other important features relating to localization such as date/time formatting
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
The text was updated successfully, but these errors were encountered:
The benefits of ditching the HandlebarsJS based translation implementation and instead using vanilla HTML with a localization JS library such as i18next would be:
Could probably keep/utilize the current implementation of the locales JSON files in
app/public/locales
The text was updated successfully, but these errors were encountered: