i18n Strings in RequireJs

1 · Jake Trent · Jan. 10, 2012, midnight
If you have to store your text strings for internationalization (i18n) on the server, that’s one thing. But, if you can store them in Javascript, you might think about using RequireJs and its i18n plugin, because it makes it nice and easy. ...