Andreas Remdt
Andreas Remdt
In v1 of the translator, each fetched language was stored in a "cache" and wouldn't trigger a network request for a second time. In v2, this logic has been removed...
## User Story As a user, I might want to set a new default language to the _Simple Translator_'s instance, thus the target language for methods like `translateForKey` or `translatePageTo`...
Currently, the user has to add `data-i18n` attributes to each HTML element that should be translated. Instead, it would be a lot cleaner and intuitive to use a handlebars-like syntax:...