Is it possible to translate some strings, but not all, in a separate resource file without Lint complaining about MissingTranslation?
For example: m
I found a better solution according to this answer: https://stackoverflow.com/a/13797364/190309
Just add ignore="MissingTranslation" to your string.xml, for example:
ignore="MissingTranslation"
string.xml