i18n: maintainability and reloads
The language dependent changes should be kept in separate files. This allows for much better maintainability and separated i18n from the rest of the code.
Also, changing the language requires a reload right now.
The language dependent changes should be kept in separate files. This allows for much better maintainability and separated i18n from the rest of the code.
They are, see the i18n directory.
Also, changing the language requires a reload right now.
Common practice for i18n, as reloading all strings at runtime is unneeded complexity.
Reloads are bad UI.
you can fetch data asyncronously and update parts of the ui. a framework like backbone can make such things easier :-)