Simple translation management software (Work in progress)
- Simple management approach inspired by database migration to fit many workflows
- Create outputs for various platforms from a single definition.
- Keep the core simple and create various support tools with scalable data specifications.
- Provide an editor with a GUI aiming for ease of use even for non-engineers.
- .strings (iOS)
- .xml (Android)
- pure JSON
- i18next JSON
- next-intl JSON
File export workflow tool
$ hoshi publish --project . --outDir _published packageName
Localizations editor built with Electron
$ npm install
$ npm run dev
$ npm run cli -- publish --project sample --outDir _published app
# For windows
$ npm run build:win
# For macOS
$ npm run build:mac
# For Linux
$ npm run build:linux