Hey. :slightly_smiling_face: I’ve created an issu...
# moko
b
Hey. 🙂 I’ve created an issue on Github for Phrase localization service for OTA in combination with moko-resources library here: https://github.com/phrase/ios-sdk/issues/72 I think this is something that needs to be address from Phrase side, but maybe someone else has an idea how to solve this from the moko library side?
a
hi. If you want read same string key from another bundle you can map stringresource value - create new stringresource from original with changed bundle. https://github.com/icerockdev/moko-resources/blob/master/resources/src/appleMain/kotlin/dev/icerock/moko/resources/StringResource.kt#L9
b
Ohh I see. Is there some easy way to get a moko bundle? Currently we are getting that bundle like this:
Copy code
MR.strings().__platformDetails.nsBundle
a
no
👍 1
b
I hope that bundle will stay there. 😄 Thank you for your help 😉🙂