I can\'t compile/debug our Android app, because the localization files are not perfect yet.
My IDE\'s validation tool Lint create errors saying:
To ignore this in a gradle build add this to the android section of your build file:
lintOptions { disable 'MissingTranslation' }