cyon / vue-translation-manager

Interactively translate strings in Vue single file components
26 stars 12 forks source link

Add validate function #12

Closed hdahlheim closed 5 years ago

hdahlheim commented 5 years ago

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.

MaxGfeller commented 5 years ago

Looks very good, thank you @hactarMD!

I changed a few small things (output of the CLI command and docs). Will be released as 1.2.0.