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:
If you want to turn off the warnings about the specific strings, you can use the following:
strings.xml
    
    
    ignore my translation 
    ...
 
If you want to warn on specific strings instead of an error, you will need to build a custom Lint rule to adjust the severity status for a specific thing.
http://tools.android.com/tips/lint-custom-rules