Replies: 1 comment
-
You might need the custom pluralization. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In
fa
locale, we use localized digits. I tried using the pluralization API and addeddays: "{count} روز"
to my messages, butt("days", 5)
gives me the rawcount
(5 روز
instead of۵ روز
).What is the correct way of doing that? (I prefer my usage site, where I call
t
, to remain simple if possible.)Beta Was this translation helpful? Give feedback.
All reactions