https://github.com/tmcdos/vue-localizer-gui
GUI for editing JSON localizations for Vue-i18n
https://github.com/tmcdos/vue-localizer-gui
gui localization vue-i18n vuejs
Last synced: 12 months ago
JSON representation
GUI for editing JSON localizations for Vue-i18n
- Host: GitHub
- URL: https://github.com/tmcdos/vue-localizer-gui
- Owner: tmcdos
- Created: 2019-06-03T07:33:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-12T09:36:51.000Z (almost 7 years ago)
- Last Synced: 2025-03-14T16:15:08.741Z (about 1 year ago)
- Topics: gui, localization, vue-i18n, vuejs
- Language: Vue
- Homepage: https://tmcdos.github.io/vue-localizer-gui/
- Size: 309 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Localizer
I was quite enthusiastic about [Vue-i18n-translator](https://fka.dev/vue-i18n-translator/) but I felt confused when I tried to use it. I just could not figure out how to use it. It felt unfriendly to me. So I built a tool which serves my needs a little better. Hopefully, it will be useful for others, too - [demo](https://tmcdos.github.io/vue-localizer-gui/).
## Installation
In the usual way
```bash
npm install
npm run build
```
## Running in development mode
```bash
npm run dev
```
## Notes
I have intentionally not implemented destructive operations like deleting or renaming - perhaps one day I will add these.
## License
[The MIT License](https://raw.githubusercontent.com/stylelint/stylelint/master/LICENSE)