From 932e8901258121e3d95b00600388a63525df1aa6 Mon Sep 17 00:00:00 2001 From: JoniVR Date: Thu, 24 Oct 2019 23:26:03 +0200 Subject: [PATCH] Fix missing italian references (#146) --- MonitorControl.xcodeproj/project.pbxproj | 7 +++++++ .../{UI => Support}/it.lproj/Localizable.strings | Bin 2 files changed, 7 insertions(+) rename MonitorControl/{UI => Support}/it.lproj/Localizable.strings (100%) diff --git a/MonitorControl.xcodeproj/project.pbxproj b/MonitorControl.xcodeproj/project.pbxproj index 51ee48c..7409a9a 100644 --- a/MonitorControl.xcodeproj/project.pbxproj +++ b/MonitorControl.xcodeproj/project.pbxproj @@ -122,6 +122,9 @@ 6C85EFDC22CBAA8F00227EA1 /* PollingModeCellView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PollingModeCellView.swift; sourceTree = ""; }; 6C85EFDE22CBB54100227EA1 /* PollingCountCellView.swift */ = {isa = PBXFileReference; indentWidth = 2; lastKnownFileType = sourcecode.swift; path = PollingCountCellView.swift; sourceTree = ""; tabWidth = 4; }; 6C85EFE022CC00AD00227EA1 /* NSNotification+Extension.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "NSNotification+Extension.swift"; sourceTree = ""; }; + 6CAD134E23624CC1009BD53F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Main.strings; sourceTree = ""; }; + 6CAD134F23624CC1009BD53F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/MainMenu.strings; sourceTree = ""; }; + 6CAD135023624CC1009BD53F /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = ""; }; 6CCB278522D5315200619B05 /* HideOsdCellView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HideOsdCellView.swift; sourceTree = ""; }; 6CD444C222D4FBB8005BFD3D /* LongerDelayCellView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LongerDelayCellView.swift; sourceTree = ""; }; B0C4810623357CE500053F91 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = ""; }; @@ -387,6 +390,7 @@ uk, "zh-Hans", ru, + it, ); mainGroup = 56754EA21D9A4016007BCDC5; productRefGroup = 56754EAC1D9A4016007BCDC5 /* Products */; @@ -542,6 +546,7 @@ 1E7ECF3F22A4552400E4E701 /* uk */, 47A9F5A122ACAFBE00F649BB /* zh-Hans */, B0C4810623357CE500053F91 /* ru */, + 6CAD135023624CC1009BD53F /* it */, ); name = Localizable.strings; sourceTree = ""; @@ -556,6 +561,7 @@ 1E7ECF4022A4552B00E4E701 /* uk */, 47A9F59F22ACAFBE00F649BB /* zh-Hans */, B0C4810723357CE500053F91 /* ru */, + 6CAD134E23624CC1009BD53F /* it */, ); name = Main.storyboard; sourceTree = ""; @@ -570,6 +576,7 @@ 1E7ECF4122A4553000E4E701 /* uk */, 47A9F5A022ACAFBE00F649BB /* zh-Hans */, B0C4810823357CE500053F91 /* ru */, + 6CAD134F23624CC1009BD53F /* it */, ); name = MainMenu.xib; sourceTree = ""; diff --git a/MonitorControl/UI/it.lproj/Localizable.strings b/MonitorControl/Support/it.lproj/Localizable.strings similarity index 100% rename from MonitorControl/UI/it.lproj/Localizable.strings rename to MonitorControl/Support/it.lproj/Localizable.strings