vue-i18n-service
vue-i18n-service copied to clipboard
vue-i18n single file component exporter/importer
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...
Quick example: for a given component.vue ```vue { "en": { "greeting": "Hello {name}", }, "fr": { "greeting": "Bonjour {name}", } } // ... ``` inject two new locales ```json {...
I tried to use the [Web UI](https://f.github.io/vue-i18n-translator/) but I could not figure out how to use it, feels confusing to me. So I built a [different UI](https://github.com/tmcdos/vue-localizer-gui) which serves my...
answer the issue https://github.com/f/vue-i18n-service/issues/4
NuxtJS has a specific folder architecture, not based on a `src` folder but two folder, `components` and `pages`. What we need is that the glob support that pattern, or maybe...
As title, my project use yaml at `` block, but this tool doesn't support.
After upgrading Vue to the latest version I get the following: ``` Vue packages version mismatch: - [email protected] - [email protected] ``` I used `npx vue-i18n-service export > translations.json` to export...