Allow strings.xml to contain plurals - #884
Conversation
|
How it work on others targets? You doesnt add test cases for check your changes. Now it's cant be approved |
|
As explained in the linked issue the change only allows the generator to find plurals from |
|
The fact that mixed value resources are conventional in Android does not make that convention appropriate for the platform-neutral moko-resources input format. commonMain/moko-resources is not Android’s res/values. |
I'm not aware of any standard for i18n in JS or Wasm so can't comment on that but both Apple Platform and JVM has the same convention. Apple Platforms: https://developer.apple.com/documentation/xcode/localizing-and-varying-text-with-a-string-catalog#Add-variants-for-strings-that-contain-plurals
The same is true when a single
Would having it be a opt-in option suffice? |
Closes #875