chore: Display count of invited in members page

This commit is contained in:
krille-chan 2025-05-08 17:50:22 +02:00
commit a1b198bfbc
No known key found for this signature in database
2 changed files with 21 additions and 1 deletions

View file

@ -705,6 +705,15 @@
}
}
},
"countInvited": "{count} invited",
"@countInvited": {
"type": "String",
"placeholders": {
"count": {
"type": "int"
}
}
},
"create": "Create",
"@create": {
"type": "String",