- Notifications
You must be signed in to change notification settings - Fork10
This release supports nested JSON locale data. Here is example:
constlocales:ILocale[]=[{language:'en',messages:{page1:{hello:'Hello world!',},page2:{hello:'Hello eo-locale!',},},},];consttranslator=newTranslator('en',locales);translator.translate('page1.hello');// Hello world!
Assets2
Uh oh!
There was an error while loading.Please reload this page.