Skip to content

Commit 932e890

Browse files
author
JoniVR
committed
Fix missing italian references (MonitorControl#146)
1 parent 13df82d commit 932e890

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

MonitorControl.xcodeproj/project.pbxproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@
122122
6C85EFDC22CBAA8F00227EA1 /* PollingModeCellView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PollingModeCellView.swift; sourceTree = "<group>"; };
123123
6C85EFDE22CBB54100227EA1 /* PollingCountCellView.swift */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.swift; path = PollingCountCellView.swift; sourceTree = "<group>"; tabWidth = 4; };
124124
6C85EFE022CC00AD00227EA1 /* NSNotification+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSNotification+Extension.swift"; sourceTree = "<group>"; };
125+
6CAD134E23624CC1009BD53F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Main.strings; sourceTree = "<group>"; };
126+
6CAD134F23624CC1009BD53F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/MainMenu.strings; sourceTree = "<group>"; };
127+
6CAD135023624CC1009BD53F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = "<group>"; };
125128
6CCB278522D5315200619B05 /* HideOsdCellView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HideOsdCellView.swift; sourceTree = "<group>"; };
126129
6CD444C222D4FBB8005BFD3D /* LongerDelayCellView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LongerDelayCellView.swift; sourceTree = "<group>"; };
127130
B0C4810623357CE500053F91 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = "<group>"; };
@@ -387,6 +390,7 @@
387390
uk,
388391
"zh-Hans",
389392
ru,
393+
it,
390394
);
391395
mainGroup = 56754EA21D9A4016007BCDC5;
392396
productRefGroup = 56754EAC1D9A4016007BCDC5 /* Products */;
@@ -542,6 +546,7 @@
542546
1E7ECF3F22A4552400E4E701 /* uk */,
543547
47A9F5A122ACAFBE00F649BB /* zh-Hans */,
544548
B0C4810623357CE500053F91 /* ru */,
549+
6CAD135023624CC1009BD53F /* it */,
545550
);
546551
name = Localizable.strings;
547552
sourceTree = "<group>";
@@ -556,6 +561,7 @@
556561
1E7ECF4022A4552B00E4E701 /* uk */,
557562
47A9F59F22ACAFBE00F649BB /* zh-Hans */,
558563
B0C4810723357CE500053F91 /* ru */,
564+
6CAD134E23624CC1009BD53F /* it */,
559565
);
560566
name = Main.storyboard;
561567
sourceTree = "<group>";
@@ -570,6 +576,7 @@
570576
1E7ECF4122A4553000E4E701 /* uk */,
571577
47A9F5A022ACAFBE00F649BB /* zh-Hans */,
572578
B0C4810823357CE500053F91 /* ru */,
579+
6CAD134F23624CC1009BD53F /* it */,
573580
);
574581
name = MainMenu.xib;
575582
sourceTree = "<group>";
File renamed without changes.

0 commit comments

Comments
 (0)