Avoid Android Lint complains about not-translated string

后端 未结 11 1647
轻奢々
轻奢々 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:08

    If you want to turn of the lint checking on missing translation, you may go

    "Project Properties -> Android Lint Preferences -> Select MissingTranslation -> Swtich To Ignore In Severity",

    hopes this helps others cause i just encounter this problem :)

提交回复
热议问题