1

Why do I keep getting this "is translated but not found in default local"? how can I solve it?

To my knowledge there are only two strings files I need to worry about the base one valuse\strings.xml and ja/strings.xml the first in English, the second in Japanese.

Dan Anderson
  • 1,062
  • 13
  • 26

1 Answers1

1

The base string resources is inside values directory and the translation is inside values-xx or values-xx-xXX directory. For Japanese translation, the directory should be values-jp.

Why do I keep getting this "is translated but not found in default local"

It means that you have one or more strings in values-xx but the strings didn't exist in your values directory.

ישו אוהב אותך
  • 28,609
  • 11
  • 78
  • 96