translau
v1.0.0-beta.4
Published
Tool for managing translation files.
Maintainers
Readme
Translau
Translation manager tool with GUI.

Usage
translau <TRANSLATION_FOLDER>
npx translau <TRANSLATION_FOLDER> # using npxFeatures
For full list visit documentation.
Implemented
- loading of json translation files from specified folder
- structure explorer
- language manager
- translations editor
- missing translations counters
- saving of edited values to file system
Planed
- import / export to json/csv
- control git repository through gui
- linked translations (dictionary)
- example of usage in code (aurelia specific)
- options support with CLI interface and config file
- adding value by path
- move/copy values by path (mv & cp like)
Installation
npm installRun dev app
npm run startBuild
npm run buildUnit tests
npm test