So i had problems with sharing my app because of privacy etc. etc. (I am only a QA of this app), but what i can is to share Localizable.strings file with japanese translation and with key. If someone knew XCode or/and have some testApp (I don't know objective-C language at all unfortunaltely), he can use it those two added translations in his app, and it will be much quicker than creating test app by me.
in Attachment there is Localizable.strings file with translations for Japanese.
There are only 2 of several keys with characters like that.
The issue is: When it is set in app, applciaiton on ipad works propelry, it looks like text is translated properly and we see good char, but if I get this text using getText() method, I get this text (the frist one), which is longer than this original form file, becuase somehow Appium split the last CHAR into to char (split DOT and JapanesCharacter ???).
The same issue is with the second key, but there is more characters with this Japanes DOT and the end of letter so this String is change to more longer one , and some characters are split into 2, char and dot....
Can You or somebody help me/us in this case?
Thanks for responses
Tomek