0

Is it possible to use the .stringsdict format to handle multiple plurals in a single localized string? For example:

You have %1$d apples and %1$d oranges

I guess I would need to somehow provide all permutations of plural forms in each language, so in English there are four:

You have %1$d apple and %1$d orange

You have %1$d apple and %1$d oranges

You have %1$d apples and %1$d orange

You have %1$d apples and %1$d oranges

But I can't figure out if this is even possible, let alone how to specify it.

Community
  • 1
  • 1
ganzogo
  • 2,516
  • 24
  • 36
  • Is this what you are looking for [iOS. Pluralization. Stringdict with format that contains 2 int arguments](https://stackoverflow.com/questions/55752969/ios-pluralization-stringdict-with-format-that-contains-2-int-arguments) ? – Martin R May 07 '20 at 13:59
  • Yes - thanks @MartinR – ganzogo May 07 '20 at 14:37

0 Answers0