When getting static files tagged for internationalization (i18n('mykey1')
) replace these with the content of a translation map
{"mykey1": "my translated content 1"},
{"mykey2": "my translated content 2"},
...
When getting static files tagged for internationalization (i18n('mykey1')
) replace these with the content of a translation map
{"mykey1": "my translated content 1"},
{"mykey2": "my translated content 2"},
...