Skip to content

Commit f5b8f59

Browse files
committed
Merge feat/translations into develop
- Italian (PR dwarvesf#196, Gian Marco Cinalli) - Ukrainian (PR dwarvesf#226, GGorAA) - Turkish (PR dwarvesf#320, Mete Kılıç) PR dwarvesf#150 Croatian was skipped — hr.lproj was merged separately from an earlier contribution and already exists on develop.
2 parents 1daf9e5 + bfd6d00 commit f5b8f59

10 files changed

Lines changed: 1352 additions & 4 deletions

File tree

Hidden Bar.xcodeproj/project.pbxproj

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@
6969
08C20FDF23AB44E60035D978 /* Bundle+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Bundle+Extension.swift"; sourceTree = "<group>"; };
7070
08C20FE123AB452C0035D978 /* AboutViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutViewController.swift; sourceTree = "<group>"; };
7171
3CF14C81221FA49D0083D42B /* PreferencesWindowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PreferencesWindowController.swift; sourceTree = "<group>"; };
72+
4328D4D928C41DBC009622CF /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Main.strings; sourceTree = "<group>"; };
73+
4328D4DA28C41DBD009622CF /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Main.strings; sourceTree = "<group>"; };
74+
4328D4DB28C41DBD009622CF /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Localizable.strings; sourceTree = "<group>"; };
7275
55188DF7279A737800A92772 /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Main.strings; sourceTree = "<group>"; };
7376
55188DF8279A737900A92772 /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Main.strings; sourceTree = "<group>"; };
7477
55188DF9279A737900A92772 /* hr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hr; path = hr.lproj/Localizable.strings; sourceTree = "<group>"; };
@@ -113,6 +116,9 @@
113116
B350A2CC23AAFB47003A04AC /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Main.strings"; sourceTree = "<group>"; };
114117
B8404C9A24041A4300E6DBF8 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Main.strings; sourceTree = "<group>"; };
115118
B8404C9B24041A4300E6DBF8 /* ja */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Main.strings; sourceTree = "<group>"; };
119+
C9BE9CFE27CBF54500DC3618 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Main.strings; sourceTree = "<group>"; };
120+
C9BE9CFF27CBF54500DC3618 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Main.strings; sourceTree = "<group>"; };
121+
C9BE9D0027CBF54500DC3618 /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
116122
FF57A44A25E6C50200988FC2 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Main.strings"; sourceTree = "<group>"; };
117123
FF57A44B25E6C50200988FC2 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.strings"; sourceTree = "<group>"; };
118124
FF8A0FB5265E10DB00C76226 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Main.strings"; sourceTree = "<group>"; };
@@ -358,6 +364,8 @@
358364
ar,
359365
de,
360366
hr,
367+
it,
368+
uk,
361369
);
362370
mainGroup = 929113E821F9D04100173149;
363371
packageReferences = (
@@ -449,6 +457,8 @@
449457
55D9B6B82661DEDA007AF073 /* ar */,
450458
55D9B6BB2661DEE7007AF073 /* de */,
451459
55188DF7279A737800A92772 /* hr */,
460+
C9BE9CFE27CBF54500DC3618 /* it */,
461+
4328D4D928C41DBC009622CF /* uk */,
452462
);
453463
name = Main.storyboard;
454464
sourceTree = "<group>";
@@ -464,6 +474,8 @@
464474
55D9B6B92661DEDA007AF073 /* ar */,
465475
55D9B6BC2661DEE8007AF073 /* de */,
466476
55188DF8279A737900A92772 /* hr */,
477+
C9BE9CFF27CBF54500DC3618 /* it */,
478+
4328D4DA28C41DBD009622CF /* uk */,
467479
);
468480
name = Main.storyboard;
469481
sourceTree = "<group>";
@@ -480,6 +492,8 @@
480492
55D9B6BA2661DEDA007AF073 /* ar */,
481493
55D9B6BD2661DEE8007AF073 /* de */,
482494
55188DF9279A737900A92772 /* hr */,
495+
C9BE9D0027CBF54500DC3618 /* it */,
496+
4328D4DB28C41DBD009622CF /* uk */,
483497
);
484498
name = Localizable.strings;
485499
sourceTree = "<group>";
@@ -613,7 +627,7 @@
613627
CODE_SIGN_STYLE = Automatic;
614628
COMBINE_HIDPI_IMAGES = YES;
615629
CURRENT_PROJECT_VERSION = 13;
616-
DEVELOPMENT_TEAM = W777S7V8TN;
630+
DEVELOPMENT_TEAM = 9H3XZRTVLY;
617631
ENABLE_HARDENED_RUNTIME = YES;
618632
INFOPLIST_FILE = hidden/Info.plist;
619633
LD_RUNPATH_SEARCH_PATHS = (
@@ -638,7 +652,7 @@
638652
CODE_SIGN_STYLE = Automatic;
639653
COMBINE_HIDPI_IMAGES = YES;
640654
CURRENT_PROJECT_VERSION = 13;
641-
DEVELOPMENT_TEAM = W777S7V8TN;
655+
DEVELOPMENT_TEAM = 9H3XZRTVLY;
642656
ENABLE_HARDENED_RUNTIME = YES;
643657
INFOPLIST_FILE = hidden/Info.plist;
644658
LD_RUNPATH_SEARCH_PATHS = (
@@ -662,7 +676,7 @@
662676
CODE_SIGN_IDENTITY = "Mac Developer";
663677
CODE_SIGN_STYLE = Automatic;
664678
COMBINE_HIDPI_IMAGES = YES;
665-
DEVELOPMENT_TEAM = W777S7V8TN;
679+
DEVELOPMENT_TEAM = 9H3XZRTVLY;
666680
ENABLE_HARDENED_RUNTIME = YES;
667681
INFOPLIST_FILE = LauncherApplication/Info.plist;
668682
LD_RUNPATH_SEARCH_PATHS = (
@@ -686,7 +700,7 @@
686700
CODE_SIGN_IDENTITY = "Mac Developer";
687701
CODE_SIGN_STYLE = Automatic;
688702
COMBINE_HIDPI_IMAGES = YES;
689-
DEVELOPMENT_TEAM = W777S7V8TN;
703+
DEVELOPMENT_TEAM = 9H3XZRTVLY;
690704
ENABLE_HARDENED_RUNTIME = YES;
691705
INFOPLIST_FILE = LauncherApplication/Info.plist;
692706
LD_RUNPATH_SEARCH_PATHS = (

0 commit comments

Comments
 (0)