Spittal / vue-i18n-extract

Manage vue-i18n localization with static analysis
https://pixari.github.io/vue-i18n-extract/#what-is-it
MIT License
313 stars 86 forks source link

Language json file format #174

Open inear opened 2 years ago

inear commented 2 years ago

In our project the different language-files have the following structure:

{ "en": { "key": "value", "key2": "value", }}

The tool does not like that and see the key as missing. Is there a way around this?

at-woutervanderschagt commented 2 months ago

Just wondering if you ever found a solution to this? I'm in a similar situation.

UPDATE: The tool worked as expected. I had to make a change to my JSON structure, which was generated dynamically. The fault / issue was on my side.