Script to find missing translations

Hi, I made this small script to help translators and developers find missing translations. It can list keys that are present in the codebase but not in the default properties file, and keys that are present in the default properties file that are missing in the given language file.

To use it, just place it in the root of the processing repo and run it. If you need any help making it work, let me know.

https://gist.github.com/federicobond/741d5c7df61191e13408

Tagged:
Sign In or Register to comment.