vue-i18n-extract icon indicating copy to clipboard operation
vue-i18n-extract copied to clipboard

Language json file format

Open inear opened this issue 3 years ago • 1 comments

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?

inear avatar Jun 10 '22 08:06 inear

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.

at-woutervanderschagt avatar Oct 04 '24 06:10 at-woutervanderschagt