Socket
Book a DemoInstallSign in
Socket

i18n-local-editor

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

i18n-local-editor

A simple tool to edit your JSON translations file elegantly and generate typed keys.

latest
Source
npmnpm
Version
0.1.16
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 20 Jul 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts