feat: Add iOS Notification Service Extension for localizable push notifications
This commit is contained in:
parent
097f9f02a0
commit
c3d8fed8a9
7 changed files with 349 additions and 8 deletions
32
ios/Localizable.xcstrings
Normal file
32
ios/Localizable.xcstrings
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"sourceLanguage" : "en",
|
||||
"strings" : {
|
||||
"%lld unread messages" : {
|
||||
"comment" : "Default notification title",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"variations" : {
|
||||
"plural" : {
|
||||
"one" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Unread message"
|
||||
}
|
||||
},
|
||||
"other" : {
|
||||
"stringUnit" : {
|
||||
"state" : "new",
|
||||
"value" : "%lld unread messages"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"New message - open app to read" : {
|
||||
"comment" : "Default notification body"
|
||||
}
|
||||
},
|
||||
"version" : "1.0"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue