is it possible to specify that the strings in a file within the value-* directories are purposely not translated into other languages? I have a bunch of strings
value-*
Add to build.gradle:
build.gradle
android { lintOptions { disable 'MissingTranslation' } }