A Simple localization properties Editor
A simple yet easy to use desktop application to manage your localization properties ( a.k.a Resources bundle ).
For the moment, only java properties are supported, and those files must respect a naming convention, for eg :
- base_fr.properties ( French ) & base_en.properties ( English ).
npm install
npm run build
You can download a working binary for Windows ( .exe ) & Linux ( .AppImage ) from the tags.
Built with Vue.js & Electron.js