1.0.7 • Published 7 years ago

er-translations-fix v1.0.7

Weekly downloads
149
License
ISC
Repository
github
Last release
7 years ago

er-translations-fix

Scripts that helps you keep translation files in sync and ordered.

By default it will look for these types of files ./src/translations/locale/locale.*.json and it will use the base file as locale.en-US.json.

  • It will sync the files, meaning that every key that exists in the base file will be added to the other translation files
  • It will order all files by key
npm install er-translations-fix -g

# run the script
translations-fix

# override parameters
BASE_FILE=locale.de-DE.json FILE_PATH=./sources/locale/locale.*.json translations-fix
1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago