It's possible to add typechecking for the i18n labels. You just need to define which files that should be used for type checking.
Example: mijnenergie-kbc
In mijnenergie-kbc I also added a node script which checks if the translation files aren't missing any keys. This script is currently for just 2 languages but could be easily expanded based on the needs.
It's possible to add typechecking for the i18n labels. You just need to define which files that should be used for type checking. Example: mijnenergie-kbc In mijnenergie-kbc I also added a node script which checks if the translation files aren't missing any keys. This script is currently for just 2 languages but could be easily expanded based on the needs.