From 4197a33ec8f11336d0a821d4ace54df6f7e71f40 Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Sat, 25 May 2019 10:02:09 +0200 Subject: [PATCH] Integrate sv localization --- Passepartout.xcodeproj/project.pbxproj | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Passepartout.xcodeproj/project.pbxproj b/Passepartout.xcodeproj/project.pbxproj index 4779dd0b..0f71b737 100644 --- a/Passepartout.xcodeproj/project.pbxproj +++ b/Passepartout.xcodeproj/project.pbxproj @@ -237,6 +237,8 @@ 0E8D97E121388B52006FB4A0 /* InfrastructurePreset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfrastructurePreset.swift; sourceTree = ""; }; 0E9CD7862257462800D033B4 /* Providers.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Providers.xcassets; sourceTree = ""; }; 0E9CD788225746B300D033B4 /* Flags.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Flags.xcassets; sourceTree = ""; }; + 0E9DE06B22992DE000DEC291 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Intents.strings; sourceTree = ""; }; + 0E9DE06C22992DE600DEC291 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = ""; }; 0EA068F3218475F800C320AD /* ConfigurationParserResult+Alerts.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ConfigurationParserResult+Alerts.swift"; sourceTree = ""; }; 0EB60FD92111136E00AD27F3 /* UITextView+Search.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITextView+Search.swift"; sourceTree = ""; }; 0EB67D6A2184581E00BA6200 /* ImportedHostsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImportedHostsViewController.swift; sourceTree = ""; }; @@ -813,6 +815,7 @@ "pt-BR", nl, el, + sv, ); mainGroup = 0E57F62F20C83FC5008323CF; productRefGroup = 0E57F63920C83FC5008323CF /* Products */; @@ -1168,6 +1171,7 @@ 0E411BA42272184A00E0852C /* pt-BR */, 0EE2FA672291E50300F56F49 /* nl */, 0EF4EF80229431D20030E6EB /* el */, + 0E9DE06C22992DE600DEC291 /* sv */, ); name = Localizable.strings; sourceTree = ""; @@ -1215,6 +1219,7 @@ 0E411BA32272183700E0852C /* pt-BR */, 0EE2FA662291E4AA00F56F49 /* nl */, 0EF4EF7F229431CB0030E6EB /* el */, + 0E9DE06B22992DE000DEC291 /* sv */, ); name = Intents.intentdefinition; sourceTree = "";