Merge branch 'integrate-swedish'
This commit is contained in:
commit
5b2ec85ee1
|
@ -237,6 +237,8 @@
|
|||
0E8D97E121388B52006FB4A0 /* InfrastructurePreset.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfrastructurePreset.swift; sourceTree = "<group>"; };
|
||||
0E9CD7862257462800D033B4 /* Providers.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Providers.xcassets; sourceTree = "<group>"; };
|
||||
0E9CD788225746B300D033B4 /* Flags.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Flags.xcassets; sourceTree = "<group>"; };
|
||||
0E9DE06B22992DE000DEC291 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Intents.strings; sourceTree = "<group>"; };
|
||||
0E9DE06C22992DE600DEC291 /* sv */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = sv; path = sv.lproj/Localizable.strings; sourceTree = "<group>"; };
|
||||
0EA068F3218475F800C320AD /* ConfigurationParserResult+Alerts.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ConfigurationParserResult+Alerts.swift"; sourceTree = "<group>"; };
|
||||
0EB60FD92111136E00AD27F3 /* UITextView+Search.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UITextView+Search.swift"; sourceTree = "<group>"; };
|
||||
0EB67D6A2184581E00BA6200 /* ImportedHostsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImportedHostsViewController.swift; sourceTree = "<group>"; };
|
||||
|
@ -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 = "<group>";
|
||||
|
@ -1215,6 +1219,7 @@
|
|||
0E411BA32272183700E0852C /* pt-BR */,
|
||||
0EE2FA662291E4AA00F56F49 /* nl */,
|
||||
0EF4EF7F229431CB0030E6EB /* el */,
|
||||
0E9DE06B22992DE000DEC291 /* sv */,
|
||||
);
|
||||
name = Intents.intentdefinition;
|
||||
sourceTree = "<group>";
|
||||
|
|
|
@ -1 +1 @@
|
|||
../../../../metadata/en-US/keywords.txt
|
||||
../../../../metadata/sv/keywords.txt
|
Loading…
Reference in New Issue