A simple tool to edit your JSON translations file elegantly and generate typed keys.
i18n-local-editor.json
:
{
"locales": ["fr", "en"],
"defaultLocale": "en",
"namespaces": ["common", "errors"],
"keyFile": ".locales/trKeys.ts",
"pathToFiles": ".locales/{{locale}}/{{ns}}.json",
"fileType": "json"
}
yarn i18n-local-editor