locale-resource-editor

1.1.8 • Public • Published

Locale Resource Editor

This package provides a way to comfortably review and edit your localisation resources.

Screenshot

CLI

To launch web app ui to edit locale resources run command below under the root of your project

lre -s "public/locales"

Breakdown of available options

$ lre --help

Options:
      --help         Show help                                         [boolean]
      --version      Show version number                               [boolean]
  -p, --port         Port to run editor                 [number] [default: 3000]
  -s, --sourceDir    Root folder of locale resources         [string] [required]
  -f, --filesPrefix  Prefix of the files name in "sourceDir" directory before
                     locale part. F.e. "messages_" for "messages_en.json",
                     "messages_ru.json"          [string] [default: "messages_"]

Package Sidebar

Install

npm i locale-resource-editor

Weekly Downloads

4

Version

1.1.8

License

MIT

Unpacked Size

93.7 kB

Total Files

58

Last publish

Collaborators

  • tkvlnk