Localazy supports pluralization and dynamic variables in JSON translations, helping you handle language-specific rules with ease.
one, other, few, many, zero, etc.).{
"items": {
"one": "You have 1 item.",
"other": "You have %d items."
}
}itemOne / itemOther, item_one / item_other, or bracketed forms like item[one] / item[other]) — Localazy can detect and preserve your input format.plural_icu feature). For example:{
"items": "{count, plural, one {1 item} other {# items}}"
}Localazy will convert that into its internal plural handling for each language.
You can include placeholders (like {count}, {name}, %d, etc.) inside your strings. Translators see them and can place them as needed in the translation. Localazy ensures that those placeholders stay intact.
Handling pluralization properly matters for several reasons:
Please help us with improving our documentation.
We appreciate all your feedback.