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

Remove strings from other locals that are marked as translatable="false" #35

Closed
philippb opened this issue Dec 1, 2015 · 0 comments
Closed

Comments

@philippb
Copy link
Contributor

philippb commented Dec 1, 2015

Android supports translatable="false" in the <string> tag. Strings that are marked as false should be removed from other locales. This will help for the case that they got translated by accident.

Compiling will give the following error when not.

/Users/philipp/coding/keepsafe/app/src/main/res/values-es/material-strings.xml:2 : warning: string 'transition_thumbnail' marked untranslatable but exists in locale 'es'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants