é possível especificar que as seqüências de caracteres em um arquivo nos value-*
diretórios não sejam intencionalmente traduzidas para outros idiomas? Eu tenho um monte de strings que são comuns para todos os idiomas e não precisam de tradução, por isso criei um unlocalized-strings.xml
arquivo no values
diretório para desabilitar essa verificação em todo o projeto, gostaria de desabilitá-la apenas em alguns arquivos XML .. é possível?
"title_widget_updater_service" is not translated in de, en, en-rUS, it
Issue: Checks for incomplete translations where not all strings are translated
Id: MissingTranslation
If an application has more than one locale, then all the strings declared in one language
should also be translated in all other languages.
By default this detector allows regions of a language to just provide a subset of the
strings and fall back to the standard language strings. You can require all regions to
provide a full translation by setting the environment variable
ANDROID_LINT_COMPLETE_REGIONS.
Como pode definiu esta região de unlocalized cordas?