Refactoring push helper

This commit is contained in:
Christian Pauly 2020-05-07 11:13:54 +02:00
commit 11a260d7e2
4 changed files with 40 additions and 13 deletions

View file

@ -1166,6 +1166,13 @@
"unreadEvents": {}
}
},
"unreadChats": "{unreadCount} ungelesene Unterhaltungen",
"@unreadChats": {
"type": "text",
"placeholders": {
"unreadCount": {}
}
},
"unreadMessagesInChats": "{unreadEvents} ungelesene Nachrichten in {unreadChats} Chats",
"@unreadMessagesInChats": {
"type": "text",