vue-i18n-extract
vue-i18n-extract copied to clipboard
Language json file format
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?
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.