Android Lint limit languages to check for missing translations

前端 未结 3 1516
清酒与你
清酒与你 2020-12-01 14:13

My app supports only 2 languages - English and German. So I have such folders structure for languages strings:

myproject/res/values/strings.xml

my

3条回答
  •  不思量自难忘°
    2020-12-01 14:32

    Same issue here.

    I created a bug report, feel free to star it

    http://code.google.com/p/android/issues/detail?id=50525

    This happened since ADT 21.1 release.

    I know no workaround for it (editing: I previously though to have found a workaround, but I looked at the wrong file, ups)

提交回复
热议问题