Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 584 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 584 Bytes

String Replace

CircleCI TavisCI

replace i18n

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"},
...