chore: Follow up add backbutton support

This commit is contained in:
Christian Pauly 2022-09-11 10:22:05 +02:00
commit cdd5a9e821
3 changed files with 161 additions and 125 deletions

View file

@ -2942,5 +2942,12 @@
"enterRoom": "Enter room",
"@enterRoom": {},
"allSpaces": "All spaces",
"@allSpaces": {}
"@allSpaces": {},
"numChats": "{number} chats",
"@numChats": {
"type": "number",
"placeholders": {
"number": {}
}
}
}