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

@ -1,5 +1,5 @@
{
"@@last_modified": "2020-05-07T07:52:19.301540",
"@@last_modified": "2020-05-07T11:13:43.051811",
"About": "About",
"@About": {
"type": "text",
@ -785,6 +785,11 @@
"type": "text",
"placeholders": {}
},
"Open app to read messages": "Open app to read messages",
"@Open app to read messages": {
"type": "text",
"placeholders": {}
},
"Open camera": "Open camera",
"@Open camera": {
"type": "text",
@ -1164,6 +1169,13 @@
"type": {}
}
},
"unreadChats": "{unreadCount} unread chats",
"@unreadChats": {
"type": "text",
"placeholders": {
"unreadCount": {}
}
},
"unreadMessages": "{unreadEvents} unread messages",
"@unreadMessages": {
"type": "text",