feat: Add iOS Notification Service Extension for localizable push notifications

This commit is contained in:
Christian Kußowski 2025-08-31 09:29:32 +02:00
commit c3d8fed8a9
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
7 changed files with 349 additions and 8 deletions

32
ios/Localizable.xcstrings Normal file
View 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"
}