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
How do you go about i18n in Marionette apps? RIght now I use Alex Sexton’s require-handlebars-plugin and its handlebars i18n helper. Then I use r.js and have separate output files for each language and serve only one to the client (language chosen at the login time). I like what I have, but the problem is that this plugin only parses key-value language JSON files, no nesting or other way to organize translations. With big app it quickly gets hard to maintain. What are you using out there?
thejameskyle • 12 minutes ago 3
Question
How do you go about i18n in Marionette apps? RIght now I use Alex Sexton’s require-handlebars-plugin and its handlebars i18n helper. Then I use r.js and have separate output files for each language and serve only one to the client (language chosen at the login time). I like what I have, but the problem is that this plugin only parses key-value language JSON files, no nesting or other way to organize translations. With big app it quickly gets hard to maintain. What are you using out there?
thejameskyle • 12 minutes ago 3
possible solutions
The text was updated successfully, but these errors were encountered: