arabic_plural
Select the correct Arabic plural form for a count using CLDR plural categories. Returns the appropriate word based on the number provided.
Instructions
Select the correct Arabic plural form for a count from the six CLDR categories (e.g. 5 books -> "كتب"). Returns the chosen word.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | The count that selects the plural form. | |
| forms | Yes | Arabic plural forms keyed by CLDR category. 'other' is required; 'zero','one','two','few','many' are optional. |