เป็นไปได้หรือไม่ที่จะระบุว่าสตริงในไฟล์ภายใน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.
วิธีการสามารถกำหนดนี้ภูมิภาคของunlocalizedสตริง?