Avoid Android Lint complains about not-translated string

后端 未结 11 1659
轻奢々
轻奢々 2020-12-02 13:06

is it possible to specify that the strings in a file within the value-* directories are purposely not translated into other languages? I have a bunch of strings

11条回答
  •  生来不讨喜
    2020-12-02 13:33

    There is also the "Translation editor" (right click on string.xml "Open Translation Editor").

    Then check the 'Untranslatable' box on a string.

    https://developer.android.com/studio/write/translations-editor

提交回复
热议问题