mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-06 00:49:58 +00:00
docs: fix Custom Plural Number Formatting Entries (#698)
This commit is contained in:
parent
e728ee0556
commit
f942ddc5a3
1 changed files with 1 additions and 1 deletions
|
@ -97,8 +97,8 @@ You can run this code in your browser console to see how it works:
|
|||
#### Custom Plural Number Formatting Entries
|
||||
|
||||
**Warning**:
|
||||
**{0} should be use** or **{v} should be use** or **{followers} should be use**: with the exception of custom plural entries where the number (`{n}`) is required.
|
||||
Either **{0}**, **{v}** or **{followers}** should be used with the exception being custom plurals entries using the `{n}` placeholder.
|
||||
|
||||
This is the full list of entries that will be available for number formatting in Elk:
|
||||
- `action.boost_count` (no need to be included, we should use always `en-US` entry): `{0}` for formatted number and `{n}` for raw number - **{0} should be use**
|
||||
- `action.favourite_count` (no need to be included, we should use always `en-US` entry): `{0}` for formatted number and `{n}` for raw number - **{0} should be use**
|
||||
|
|
Loading…
Reference in a new issue