grunt-merge-json
grunt-merge-json copied to clipboard
Feature request: ability to detect differences in language files
It would be nice if this tool had the option to detect differences in language files. Example: say the tool generates two files, for English and German:
en.json: { "foo": { "option1": "value1", "option2": "value2" } }
de.json: { "foo": { "option1": "value1", "option2": "value2", "option3": "value3" } }
In this case, the tool would alert that option3 is not present in the english file.