diff --git a/NearDrop.xcodeproj/project.pbxproj b/NearDrop.xcodeproj/project.pbxproj index 12300a0..372006d 100644 --- a/NearDrop.xcodeproj/project.pbxproj +++ b/NearDrop.xcodeproj/project.pbxproj @@ -43,6 +43,8 @@ /* Begin PBXFileReference section */ 3226184D2A51E10600B06FD1 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = de; path = de.lproj/Localizable.stringsdict; sourceTree = ""; }; 3226184E2A51E10600B06FD1 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = ""; }; + 322618502A51EB8A00B06FD1 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = es; path = es.lproj/Localizable.stringsdict; sourceTree = ""; }; + 322618512A51EB8A00B06FD1 /* es */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = es; path = es.lproj/Localizable.strings; sourceTree = ""; }; 698DFAE529E2F91A0064F247 /* NearbyConnection.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NearbyConnection.swift; sourceTree = ""; }; 698DFAED29E353220064F247 /* UserNotifications.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotifications.framework; path = System/Library/Frameworks/UserNotifications.framework; sourceTree = SDKROOT; }; 698DFAEF29E353220064F247 /* UserNotificationsUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UserNotificationsUI.framework; path = System/Library/Frameworks/UserNotificationsUI.framework; sourceTree = SDKROOT; }; @@ -195,6 +197,7 @@ it, ru, de, + es, ); mainGroup = 69DA9A0529E0BF5100A442DA; packageReferences = ( @@ -254,6 +257,7 @@ A3930F0629EAB2D1008F891D /* it */, 69D2C33029E789AF00EC7E30 /* ru */, 3226184E2A51E10600B06FD1 /* de */, + 322618512A51EB8A00B06FD1 /* es */, ); name = Localizable.strings; sourceTree = ""; @@ -265,6 +269,7 @@ A3930F0529EAB2D1008F891D /* it */, 69D2C33929E78DFD00EC7E30 /* ru */, 3226184D2A51E10600B06FD1 /* de */, + 322618502A51EB8A00B06FD1 /* es */, ); name = Localizable.stringsdict; sourceTree = ""; diff --git a/NearDrop/es.lproj/Localizable.strings b/NearDrop/es.lproj/Localizable.strings new file mode 100644 index 0000000..ce6625c Binary files /dev/null and b/NearDrop/es.lproj/Localizable.strings differ diff --git a/NearDrop/es.lproj/Localizable.stringsdict b/NearDrop/es.lproj/Localizable.stringsdict new file mode 100644 index 0000000..63d8b79 --- /dev/null +++ b/NearDrop/es.lproj/Localizable.stringsdict @@ -0,0 +1,22 @@ + + + + + NFiles + + NSStringLocalizedFormatKey + %#@archivos@ + file + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + %d archivo + other + %d archivos + + + +