Open inear opened 2 years 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.
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?