When exporting a signed android package I get the following error:
app_name to translated in es,he,iw
No where in my app I have defined these three languages. I am not able to understand how lint is coming up with these languages. Is there any configuration that I might have updated my mistake?
I know that I can turn off this lint error by going to Window > Preferences > Android > Lint Error Checking > MissingTranslation. But that is not what I want to do. I have no plans to translate my app to these languages, then from where are these errors showing up.
Is there any file where I can define that my application uses only one locale?