From 1a186f20ffe2622b63abf726f187bd9e06d75e9d Mon Sep 17 00:00:00 2001 From: Marcin Stepnowski Date: Mon, 1 Jan 2024 10:53:51 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(project.pbxproj):=20add=20?= =?UTF-8?q?support=20for=20French=20localization=20(#88)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ScanNow.xcodeproj/project.pbxproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ScanNow.xcodeproj/project.pbxproj b/ScanNow.xcodeproj/project.pbxproj index 5ee34f0..d289fec 100644 --- a/ScanNow.xcodeproj/project.pbxproj +++ b/ScanNow.xcodeproj/project.pbxproj @@ -97,6 +97,8 @@ D344DC9A28C0A415000FD06D /* ScanCounter.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ScanCounter.swift; sourceTree = ""; }; D34B84302B407C25004361E2 /* TestObserver.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestObserver.swift; sourceTree = ""; }; D34B84322B408749004361E2 /* RecordSnapshots.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = RecordSnapshots.xcconfig; sourceTree = ""; }; + D34B84332B42BBEF004361E2 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = ""; }; + D34B84342B42BBFA004361E2 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/InfoPlist.strings; sourceTree = ""; }; D34DE2432976081F0048648E /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = ""; }; D34DE245297608230048648E /* pl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = pl; path = pl.lproj/InfoPlist.strings; sourceTree = ""; }; D35C788A2964EB0900C39A60 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = ""; }; @@ -469,6 +471,7 @@ en, Base, pl, + fr, ); mainGroup = D30FAA2826CB079700B8BF20; packageReferences = ( @@ -612,6 +615,7 @@ children = ( D34DE2432976081F0048648E /* en */, D34DE245297608230048648E /* pl */, + D34B84342B42BBFA004361E2 /* fr */, ); name = InfoPlist.strings; sourceTree = ""; @@ -621,6 +625,7 @@ children = ( D35C788A2964EB0900C39A60 /* en */, D35C788B2964EB0900C39A60 /* pl */, + D34B84332B42BBEF004361E2 /* fr */, ); name = Localizable.strings; sourceTree = "";