A tool which simplifies management of your translation files
Project made with ❤️, Electron and React. Contributions are welcome
Select json files and give a project a name. The project will appear in recent projects once created
The app will merge each translation into a single view for a more simplistic workflow.
Search matches translation node name as well as translation content itself.
It's also possible to search for paths with ".", ex. "grou.nes" will match nodes with path like "ROOT.GROUP.INSIDE.NESTED" or "GROUP.NESTED"
User can write language generation rules in case some language may be derived from another one. It might be useful ex. for en-US and en-UK or whenever your project needs a placeholder in place of a specific language to rewrite it later.
It's possible to create a translation group or leaf not only within already existing translation group. Ex. creation of a node with path "A.B.C.D" will create A, B and C groups if these groups do not exist
Whenever there's a new version published, the app will update itself
Grab a latest exe installer under releases page
npm run dev
npm run test:watch
# or
npm run test
npm run build
You'll find an installer under release
folder.