We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1fdc1 commit 6d12268Copy full SHA for 6d12268
README.md
@@ -127,8 +127,3 @@ console.log(
127
formatter.format("You have {count} file{count.other:}s{/}.", { count: 100 }),
128
); // Output: لديك 100 ملفات.
129
```
130
-
131
-### Message Format for Plurals
132
133
-The library uses a specific format for pluralization within the message string
134
-itself, which simplifies key management. Unlike traditional `gettext`
0 commit comments