moko-resources
moko-resources copied to clipboard
Identical Localizable.strings
Hello!
Currently using 0.24.5
I have a strange issue:
I am using a moko-resources directory with a
gradle generateMRcommonMain
On iOS I could not get German texts to work, despite setting the telephone to German. So I looked at:
shared/build/generated/moko-resources/iosArm64Main/res/de.lproj/Localization.strings shared/build/generated/moko-resources/iosArm64Main/res/Base.lpro/Localization.strings
and they are identical. Both files only include the English strings.
On the Android side I have: shared/build/generated/moko-resources/androidMain/res/values-de/multiplatform_strings.xml shared/build/generated/moko-resources/androidMain/res/values/multiplatform_strings.xml
which each correctly include the different languages.
So I am assuming the reason to why I cannot get the translation in DE is because the Localization.strings file is only created based off of the
Any idea on why this could happen?