Android: Get missing translations for strings-resources

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

    This isn't automated, but it's very fast. In Eclipse, to go Window->Show View->Other->Android->Resource Explorer.

    Now, under the Resource Explorer tab at the bottom (or wherever you've moved it to) look under String. Each string should have the same number of versions if you have a complete translation, so you can scan down the list in just a few seconds.

    Do this for each project that has strings.

    I didn't know about this until after I localized, but it's still useful (such as when I add a new string).

提交回复
热议问题