You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: