Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExtraTranslation error #21

Closed
ghost opened this issue Sep 21, 2016 · 2 comments
Closed

ExtraTranslation error #21

ghost opened this issue Sep 21, 2016 · 2 comments
Labels

Comments

@ghost
Copy link

ghost commented Sep 21, 2016

I get some ExtraTranslation lint errors. Please either fix them or disable them with android { lintOptions { disable 'ExtraTranslation' } } in your build.gradle:

   Explanation for issues of type "ExtraTranslation":
   If a string appears in a specific language translation file, but there is
   no corresponding string in the default locale, then this string is probably
   unused. (It's technically possible that your application is only intended
   to run in a specific locale, but it's still a good idea to provide a
   fallback.).

   Note that these strings can lead to crashes if the string is looked up on
   any locale not providing a translation, so it's important to clean them
   up.
@koelleChristian
Copy link
Owner

Fixed

@ghost
Copy link
Author

ghost commented Sep 24, 2016

Thanks for the quick reply, builds fine now.

@ghost ghost closed this as completed Sep 24, 2016
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant