0.1.1 • Published 6 years ago

@nexys/string-replace v0.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

String Replace

CircleCI

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