There are two ruby on rails internationalization yaml files. One file is complete and another one is with missing keys. How can I compare two yaml files and see missing keys in second file? Are there any tools for doing that?
There are two ruby on rails internationalization yaml files. One file is complete and
Share
Assuming
file1is the proper version andfile2is the version with missing keys:Now
Limitation: Current implementation should be extended to support arrays if your YAML file contains arrays.