diff --git a/NearDrop.xcodeproj/project.pbxproj b/NearDrop.xcodeproj/project.pbxproj index b780e8c..8edb031 100644 --- a/NearDrop.xcodeproj/project.pbxproj +++ b/NearDrop.xcodeproj/project.pbxproj @@ -65,6 +65,8 @@ 69DA9A2B29E18CB500A442DA /* offline_wire_formats.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = offline_wire_formats.pb.swift; sourceTree = ""; }; 69DA9A2C29E18CB500A442DA /* securegcm.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = securegcm.pb.swift; sourceTree = ""; }; 69DA9A2D29E18CB500A442DA /* securemessage.pb.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = securemessage.pb.swift; sourceTree = ""; }; + A3930F0529EAB2D1008F891D /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = it; path = it.lproj/Localizable.stringsdict; sourceTree = ""; }; + A3930F0629EAB2D1008F891D /* it */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = it; path = it.lproj/Localizable.strings; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -186,8 +188,9 @@ developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( - en, Base, + en, + it, ru, ); mainGroup = 69DA9A0529E0BF5100A442DA; @@ -245,6 +248,7 @@ isa = PBXVariantGroup; children = ( 69D2C32C29E77F2200EC7E30 /* Base */, + A3930F0629EAB2D1008F891D /* it */, 69D2C33029E789AF00EC7E30 /* ru */, ); name = Localizable.strings; @@ -254,6 +258,7 @@ isa = PBXVariantGroup; children = ( 69D2C33729E78DF400EC7E30 /* Base */, + A3930F0529EAB2D1008F891D /* it */, 69D2C33929E78DFD00EC7E30 /* ru */, ); name = Localizable.stringsdict; diff --git a/NearDrop/it.lproj/Localizable.strings b/NearDrop/it.lproj/Localizable.strings new file mode 100644 index 0000000..8c668c2 Binary files /dev/null and b/NearDrop/it.lproj/Localizable.strings differ diff --git a/NearDrop/it.lproj/Localizable.stringsdict b/NearDrop/it.lproj/Localizable.stringsdict new file mode 100644 index 0000000..57d2cd7 --- /dev/null +++ b/NearDrop/it.lproj/Localizable.stringsdict @@ -0,0 +1,22 @@ + + + + + NFiles + + NSStringLocalizedFormatKey + %#@files@ + files + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + %d file + other + %d files + + + +