💬(app-desk) translate en plurals keys correctly
We added the english language in Crowdin. We can now translate the plural keys in the english language.
This commit is contained in:
@@ -1,4 +1,11 @@
|
|||||||
{
|
{
|
||||||
|
"en": {
|
||||||
|
"translation": {
|
||||||
|
"{{count}} member_many": "{{count}} members",
|
||||||
|
"{{count}} member_one": "{{count}} member",
|
||||||
|
"{{count}} member_other": "{{count}} members"
|
||||||
|
}
|
||||||
|
},
|
||||||
"fr": {
|
"fr": {
|
||||||
"translation": {
|
"translation": {
|
||||||
"0 group to display.": "0 groupe à afficher.",
|
"0 group to display.": "0 groupe à afficher.",
|
||||||
|
|||||||
Reference in New Issue
Block a user