German localization added including XcodeProj

This commit is contained in:
Dietrich Tegge 2022-06-13 17:48:00 +02:00
parent c7049c908c
commit b2143744b3
2 changed files with 6 additions and 0 deletions

View file

@ -177,6 +177,7 @@
63EAA4EA259944450046AB8F /* ProgressButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ProgressButton.swift; sourceTree = "<group>"; };
6CA3A090282EBE72005A6E35 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.strings"; sourceTree = "<group>"; };
9D3C3AF7282EBE3300CB0D37 /* tr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = tr; path = tr.lproj/Localizable.strings; sourceTree = "<group>"; };
A0187D39285792D1002F46F9 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
AAB037D32839BD4700017680 /* ko */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ko; path = ko.lproj/Localizable.strings; sourceTree = "<group>"; };
B648F22B2810C1130096781B /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = "<group>"; };
C0AE7FA4283002DC00DA63D2 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = "<group>"; };
@ -710,6 +711,7 @@
ko,
it,
"zh-Hant",
de,
);
mainGroup = CAD2E7952449574E00113D76;
packageReferences = (
@ -918,6 +920,7 @@
AAB037D32839BD4700017680 /* ko */,
25E2FA26284769A00014A318 /* it */,
6CA3A090282EBE72005A6E35 /* zh-Hant */,
A0187D39285792D1002F46F9 /* de */,
);
name = Localizable.strings;
sourceTree = "<group>";

View file

@ -216,3 +216,6 @@
// Notifications
"Notification.NewXcodeVersion.Title" = "Neue Xcode-Versionen";
"Notification.NewXcodeVersion.Body" = "Neue Xcode-Versionen stehen zum Download bereit.";
// WWDC
"WWDC.Message" = "👨🏻‍💻👩🏼‍💻 Happy WWDC %@! 👨🏽‍💻🧑🏻‍💻";