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-*
If you want to turn of the lint checking on missing translation, you may go
"Project Properties -> Android Lint Preferences -> Select MissingTranslation -> Swtich To Ignore In Severity",
hopes this helps others cause i just encounter this problem :)