fbt icon indicating copy to clipboard operation
fbt copied to clipboard

Documentation: how to format plural Localizable.strings in iOS

Open albullington opened this issue 3 years ago • 0 comments

🚀 Feature Proposal

Include an example in the demo app on how to format plural translation strings (or any strings with variables) in iOS.

Motivation

Right now, the only examples of localizing strings in iOS are the plain text examples in the demo app. Pluralization is one of the more interesting features of FBT.

Example

Since there are no scripts for automatically turning translations into iOS localized strings, an example of plurals in iOS would help developers write their own scripts and make sure iOS localized strings can be used by the fbt framework.

Pitch

FBT is written to be cross-platform. Currently, it is only easy to use (with ample code and documentation) on Android.

albullington avatar Nov 11 '21 01:11 albullington