translau
v1.0.0-beta.4
Published
Tool for managing translation files.
Downloads
5
Maintainers
Readme
Translau
Translation manager tool with GUI.
Usage
translau <TRANSLATION_FOLDER>
npx translau <TRANSLATION_FOLDER> # using npx
Features
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 install
Run dev app
npm run start
Build
npm run build
Unit tests
npm test