1.0.7 • Published 8 years ago

er-translations-fix v1.0.7

Weekly downloads
149
License
ISC
Repository
github
Last release
8 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

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago