From e6c1dc8dee4e8d160ee15a0a7fad165a415aa686 Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Thu, 9 Mar 2023 22:05:42 -0800 Subject: [PATCH] Fix missing Italian translation (#607) --- pass.xcodeproj/project.pbxproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pass.xcodeproj/project.pbxproj b/pass.xcodeproj/project.pbxproj index b373c27..711e869 100644 --- a/pass.xcodeproj/project.pbxproj +++ b/pass.xcodeproj/project.pbxproj @@ -483,6 +483,7 @@ DC13B14E1E8640810097803F /* passTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = passTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; DC13B1521E8640810097803F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; DC193FF91E49B4430077E0A3 /* AdvancedSettingsTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; lineEnding = 0; path = AdvancedSettingsTableViewController.swift; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.swift; }; + DC30F83629BAFD2E001EB12B /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Main.strings; sourceTree = ""; }; DC3E64E51E656F11009A83DE /* CommitLogsTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CommitLogsTableViewController.swift; sourceTree = ""; }; DC4914941E434301007FF592 /* LabelTableViewCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = LabelTableViewCell.swift; sourceTree = ""; }; DC4914981E434600007FF592 /* PasswordDetailTableViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PasswordDetailTableViewController.swift; sourceTree = ""; }; @@ -1338,6 +1339,7 @@ en, Base, de, + it, ); mainGroup = DC917BCA1E2E8231000FDF54; packageReferences = ( @@ -1812,6 +1814,7 @@ DC917BDB1E2E8231000FDF54 /* Base */, 30C25DA921F34D2800BB27BB /* en */, 30C25DC321F3BEF500BB27BB /* de */, + DC30F83629BAFD2E001EB12B /* it */, ); name = Main.storyboard; sourceTree = "";