Android: Get missing translations for strings-resources

前端 未结 16 1423
無奈伤痛
無奈伤痛 2020-12-02 22:43

In Android, you can specify the texts in the default locale in res/values/strings.xml. Additional translations can be added for new languages in res/value

16条回答
  •  無奈伤痛
    2020-12-02 23:47

    You could also use Android lint (easy access from Eclipse). Right click your project -> Android Tools -> Run Lint. This will give you a list of all missing translations, and also some other common errors.

    It will also show you duplicate resources and strings not available in the default translation.

提交回复
热议问题