Refactoring push helper
This commit is contained in:
parent
6f1ed6120f
commit
11a260d7e2
4 changed files with 40 additions and 13 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue