Android: Get missing translations for strings-resources

前端 未结 16 1429
無奈伤痛
無奈伤痛 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:44

    If you are using Android Studio, it is easy to find which string is missing.

    Right click on values/strings.xml and choose Open Translations Editor:

    Where you can easily find missing strings in all languages as below :

    Thank You...

提交回复
热议问题