mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
I18n: Reset back to default plural seperators (#76284)
* reset to standard plural seperators for crowdin compatibility * update docs
This commit is contained in:
@@ -183,8 +183,8 @@ Once extracted with `yarn i18n:extract` you will need to manually edit the [Engl
|
||||
```json
|
||||
{
|
||||
"inbox": {
|
||||
"heading__one": "You got {{count}} message",
|
||||
"heading__other": "You got {{count}} messages"
|
||||
"heading_one": "You got {{count}} message",
|
||||
"heading_other": "You got {{count}} messages"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user