Có thể chỉ định rằng các chuỗi trong một tệp trong các value-*
thư mục cố ý không được dịch sang các ngôn ngữ khác không? Tôi có một loạt các chuỗi phổ biến cho tất cả các ngôn ngữ và không cần bản dịch, vì vậy tôi đã tạo một unlocalized-strings.xml
tệp trong values
thư mục .. Đang chạy Android Lint để kiểm tra các vấn đề, nó liên tục thông báo rằng một số bản dịch bị thiếu .. Tôi không muốn để tắt kiểm tra này trên toàn bộ dự án, tôi chỉ muốn tắt nó trong một số tệp XML .. có được không?
"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.
Làm thế nào có thể định nghĩa này khu vực của unlocalized chuỗi?