Skip to content

Commit

Permalink
chore: add uk.localizable files
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir committed Dec 11, 2024
1 parent 14fa61d commit 318c90c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Notifications/Notifications.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
0727879928D34C03002E9142 /* Notifications.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Notifications.framework; sourceTree = BUILT_PRODUCTS_DIR; };
072787AC28D34D15002E9142 /* Core.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Core.framework; sourceTree = BUILT_PRODUCTS_DIR; };
14BAE6902D0978BC00EAF0E4 /* NotificationsSettingsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NotificationsSettingsView.swift; sourceTree = "<group>"; };
14BAE6A32D09CC8700EAF0E4 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Localizable.strings; sourceTree = "<group>"; };
14BAE6A82D09D01400EAF0E4 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Localizable.strings; sourceTree = "<group>"; };
3CD79FA3FF160D72A5BE303D /* Pods-App-Notifications-NotificationsTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App-Notifications-NotificationsTests.release.xcconfig"; path = "Target Support Files/Pods-App-Notifications-NotificationsTests/Pods-App-Notifications-NotificationsTests.release.xcconfig"; sourceTree = "<group>"; };
418EA7E50A2326EB4D36A99B /* Pods-App-Notifications.debugstage.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App-Notifications.debugstage.xcconfig"; path = "Target Support Files/Pods-App-Notifications/Pods-App-Notifications.debugstage.xcconfig"; sourceTree = "<group>"; };
4BEE9A04A3253265E1ACC724 /* Pods-App-Notifications-NotificationsTests.debugdev.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-App-Notifications-NotificationsTests.debugdev.xcconfig"; path = "Target Support Files/Pods-App-Notifications-NotificationsTests/Pods-App-Notifications-NotificationsTests.debugdev.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -472,7 +472,7 @@
isa = PBXVariantGroup;
children = (
02EF39D828D86A380058F6BD /* en */,
14BAE6A32D09CC8700EAF0E4 /* uk */,
14BAE6A82D09D01400EAF0E4 /* uk */,
);
name = Localizable.strings;
sourceTree = "<group>";
Expand Down
9 changes: 9 additions & 0 deletions Notifications/Notifications/uk.lproj/Localizable.strings
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/*
Localizable.strings
Notifications

Created by Saeed Bashir on 11.12.2024.

*/

NOTIFICATIONS.SETTINGS.TITLE="Push Notifications";

0 comments on commit 318c90c

Please sign in to comment.