i18n-local-editor
v0.1.16
Published
A simple tool to edit your JSON translations file elegantly and generate typed keys.
Readme
I18n Local Editor
A simple tool to edit your JSON translations file elegantly and generate typed keys.
Config
i18n-local-editor.json:
{
"locales": ["fr", "en"],
"defaultLocale": "en",
"namespaces": ["common", "errors"],
"keyFile": ".locales/trKeys.ts",
"pathToFiles": ".locales/{{locale}}/{{ns}}.json",
"fileType": "json"
}Run the server
yarn i18n-local-editor