I18n: Reset back to default plural seperators (#76284)

* reset to standard plural seperators for crowdin compatibility

* update docs
This commit is contained in:
Josh Hunt
2023-10-10 19:00:33 +03:00
committed by GitHub
parent bb7ca78eb0
commit 0d390382d3
9 changed files with 80 additions and 84 deletions
+2 -2
View File
@@ -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"
}
}
```