crowdin/mobile-sdk-ios

Query on SDK Support for Plurals

Closed this issue · 1 comments

I've been integrating the ios SDK into my project and couldn't find any information on pluralization support within the documentation. Handling plurals is a critical aspect of my application, and I'm looking for any built-in support or best practices the SDK might offer for this.

Questions:

  1. Does the SDK support plural forms for languages?
  2. If yes, could you guide me to the documentation or provide examples on how to implement this?

I appreciate any help or pointers you can provide on this topic.

The SDK supports the stringsdict file format, which is designed to handle plurals. You do not need any special implementations on the SDK side, just use this file format for your plurals. Everything else is handled by iOS itself and the SDK.

Localizing strings that contain plurals