чи можна вказати, що рядки у файлі в value-*
каталогах цілеспрямовано не перекладаються на інші мови? У мене є купа рядків, які є загальними для всіх мов і не потребують перекладу, тому я створив unlocalized-strings.xml
файл у values
каталозі .. Запуск Android Lint, щоб перевірити проблеми, що він постійно говорить про те, що деякі переклади відсутні .. Я не хочу щоб відключити цю перевірку для всього проекту, я хотів би відключити його лише в деяких XML-файлах. Чи можливо це?
"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.
Як можна визначити цю область з нелокалізованих рядків?