“is translated here but not found in default locale” error in strings.xml with translatable=“false”

后端 未结 12 1708
深忆病人
深忆病人 2020-12-08 13:17

Here is my values\\strings.xml (the default file) and everything is self explanatory:

My question(s):

  1. How can it be \"not found in de
12条回答
  •  一生所求
    2020-12-08 13:43

    Just make sure that you have same naming conventions on all strings files including the same capitalization. let's say if you have "sign_in" in strings.xml and "sign_In" in your fr/string.xml, so it will give you error on fr/strings.xml like "is translated here but not found in default locale". So, when you edit to "sign_in". The error will remove.

提交回复
热议问题