From 641890f4abed9c30ea1974e5d24db0eaa0ae9c9e Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sun, 26 May 2019 08:35:43 +0200 Subject: [PATCH] Integrate fr localization --- Passepartout.xcodeproj/project.pbxproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Passepartout.xcodeproj/project.pbxproj b/Passepartout.xcodeproj/project.pbxproj index f706b326..81339996 100644 --- a/Passepartout.xcodeproj/project.pbxproj +++ b/Passepartout.xcodeproj/project.pbxproj @@ -290,6 +290,8 @@ 0EE2FA662291E4AA00F56F49 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Intents.strings; sourceTree = ""; }; 0EE2FA672291E50300F56F49 /* nl */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = nl; path = nl.lproj/Localizable.strings; sourceTree = ""; }; 0EE3BBB1215ED3A900F30952 /* AboutViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AboutViewController.swift; sourceTree = ""; }; + 0EE4EB29229A6AF8000E4BA1 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Intents.strings; sourceTree = ""; }; + 0EE4EB2A229A6AF8000E4BA1 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/Localizable.strings; sourceTree = ""; }; 0EEB53B1225D525B00746300 /* Downloader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Downloader.swift; sourceTree = ""; }; 0EF4EF7F229431CB0030E6EB /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/Intents.strings; sourceTree = ""; }; 0EF4EF80229431D20030E6EB /* el */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = el; path = el.lproj/Localizable.strings; sourceTree = ""; }; @@ -818,6 +820,7 @@ nl, el, sv, + fr, ); mainGroup = 0E57F62F20C83FC5008323CF; productRefGroup = 0E57F63920C83FC5008323CF /* Products */; @@ -1174,6 +1177,7 @@ 0EE2FA672291E50300F56F49 /* nl */, 0EF4EF80229431D20030E6EB /* el */, 0E9DE06C22992DE600DEC291 /* sv */, + 0EE4EB2A229A6AF8000E4BA1 /* fr */, ); name = Localizable.strings; sourceTree = ""; @@ -1222,6 +1226,7 @@ 0EE2FA662291E4AA00F56F49 /* nl */, 0EF4EF7F229431CB0030E6EB /* el */, 0E9DE06B22992DE000DEC291 /* sv */, + 0EE4EB29229A6AF8000E4BA1 /* fr */, ); name = Intents.intentdefinition; sourceTree = "";