Hey Max, I've added a validate function to the vue-translation-manager.
This function will check if a key has a translation in all specified languages.
If a key is missing in a language, a console.log will print out the language and the key.
The program will then exit with exit code 1.
Hey Max, I've added a validate function to the vue-translation-manager.
This function will check if a key has a translation in all specified languages. If a key is missing in a language, a console.log will print out the language and the key. The program will then exit with
exit code 1
.