From 07a2c9a2566fadf9febfbe4fbcb4fa75ae3342cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ku=C3=9Fowski?= Date: Sun, 31 Aug 2025 10:11:43 +0200 Subject: [PATCH] chore: Translate iOS notifications into german --- ios/Localizable.xcstrings | 28 +++++++++++++++++++++++++++- ios/Runner.xcodeproj/project.pbxproj | 11 ++++++++++- 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/ios/Localizable.xcstrings b/ios/Localizable.xcstrings index 4f594b190..7895903ad 100644 --- a/ios/Localizable.xcstrings +++ b/ios/Localizable.xcstrings @@ -4,6 +4,24 @@ "%lld unread messages" : { "comment" : "Default notification title", "localizations" : { + "de" : { + "variations" : { + "plural" : { + "one" : { + "stringUnit" : { + "state" : "translated", + "value" : "Ungelesene Nachricht" + } + }, + "other" : { + "stringUnit" : { + "state" : "translated", + "value" : "%lld ungelesene nachrichten" + } + } + } + } + }, "en" : { "variations" : { "plural" : { @@ -25,7 +43,15 @@ } }, "New message - open app to read" : { - "comment" : "Default notification body" + "comment" : "Default notification body", + "localizations" : { + "de" : { + "stringUnit" : { + "state" : "translated", + "value" : "Neue Nachricht - App öffnen zum lesen" + } + } + } } }, "version" : "1.0" diff --git a/ios/Runner.xcodeproj/project.pbxproj b/ios/Runner.xcodeproj/project.pbxproj index 50745c95c..ffc039c5e 100644 --- a/ios/Runner.xcodeproj/project.pbxproj +++ b/ios/Runner.xcodeproj/project.pbxproj @@ -3,7 +3,7 @@ archiveVersion = 1; classes = { }; - objectVersion = 54; + objectVersion = 77; objects = { /* Begin PBXBuildFile section */ @@ -331,6 +331,7 @@ knownRegions = ( en, Base, + de, ); mainGroup = 97C146E51CF9000F007C117D; preferredProjectObjectVersion = 77; @@ -388,10 +389,14 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-input-files.xcfilelist", ); + inputPaths = ( + ); name = "[CP] Copy Pods Resources"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources-${CONFIGURATION}-output-files.xcfilelist", ); + outputPaths = ( + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-resources.sh\"\n"; @@ -480,10 +485,14 @@ inputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-input-files.xcfilelist", ); + inputPaths = ( + ); name = "[CP] Embed Pods Frameworks"; outputFileListPaths = ( "${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks-${CONFIGURATION}-output-files.xcfilelist", ); + outputPaths = ( + ); runOnlyForDeploymentPostprocessing = 0; shellPath = /bin/sh; shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-Runner/Pods-Runner-frameworks.sh\"\n";