è possibile specificare che le stringhe in un file all'interno delle value-*
directory non sono volutamente tradotte in altre lingue? Ho un sacco di stringhe comuni a tutte le lingue e non ho bisogno di traduzione, quindi ho creato un unlocalized-strings.xml
file nella values
directory .. Eseguendo Android Lint per verificare la presenza di problemi continua a dire che mancano alcune traduzioni .. Non voglio per disabilitare questo controllo su tutto il progetto, vorrei disabilitarlo solo in alcuni file XML .. è possibile?
"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.
Come si può definire questa regione di stringhe non localizzate ?