Skip to content

Commit 6d12268

Browse files
committed
doc: README.md
1 parent 6e1fdc1 commit 6d12268

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,3 @@ console.log(
127127
formatter.format("You have {count} file{count.other:}s{/}.", { count: 100 }),
128128
); // Output: لديك 100 ملفات.
129129
```
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

Comments
 (0)