diff --git a/TagTunes.xcodeproj/project.pbxproj b/TagTunes.xcodeproj/project.pbxproj index 3680fa3..09192b1 100644 --- a/TagTunes.xcodeproj/project.pbxproj +++ b/TagTunes.xcodeproj/project.pbxproj @@ -28,6 +28,7 @@ 3BBF6FA01B946B7000BB1EDB /* SearchResult.swift in Sources */ = {isa = PBXBuildFile; fileRef = 3BBF6F9F1B946B7000BB1EDB /* SearchResult.swift */; }; 3BBF710B1B95E00F00BB1EDB /* AppKitPlus.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BBF710A1B95E00F00BB1EDB /* AppKitPlus.framework */; }; 3BFDED621BA84AD1007E7F36 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 3BFDED601BA84AD1007E7F36 /* Localizable.strings */; settings = {ASSET_TAGS = (); }; }; + 3BFDED741BA855B8007E7F36 /* Localizable.stringsdict in Resources */ = {isa = PBXBuildFile; fileRef = 3BFDED761BA855B8007E7F36 /* Localizable.stringsdict */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -79,6 +80,7 @@ 3BBF710A1B95E00F00BB1EDB /* AppKitPlus.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKitPlus.framework; path = "../../../../Library/Developer/Xcode/DerivedData/TagTunes-ahlftzbggvvcneeglkkowfbohpzh/Build/Products/Debug/AppKitPlus.framework"; sourceTree = ""; }; 3BBF71161B98FB4200BB1EDB /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; 3BFDED611BA84AD1007E7F36 /* Base */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = Base; path = Base.lproj/Localizable.strings; sourceTree = ""; }; + 3BFDED751BA855B8007E7F36 /* Base */ = {isa = PBXFileReference; lastKnownFileType = text.plist.stringsdict; name = Base; path = Base.lproj/Localizable.stringsdict; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -220,6 +222,7 @@ 3BFDED601BA84AD1007E7F36 /* Localizable.strings */, 3B76C77B1B909B280025D550 /* Info.plist */, 3B66275E1BA767C500483219 /* Credits.rtf */, + 3BFDED761BA855B8007E7F36 /* Localizable.stringsdict */, ); name = Resources; sourceTree = ""; @@ -332,6 +335,7 @@ 3B76C77A1B909B280025D550 /* Main.storyboard in Resources */, 3BB1C97D1BA76F5F0083301F /* Assets.xcassets in Resources */, 3B66275F1BA767C500483219 /* Credits.rtf in Resources */, + 3BFDED741BA855B8007E7F36 /* Localizable.stringsdict in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -421,6 +425,14 @@ name = Localizable.strings; sourceTree = ""; }; + 3BFDED761BA855B8007E7F36 /* Localizable.stringsdict */ = { + isa = PBXVariantGroup; + children = ( + 3BFDED751BA855B8007E7F36 /* Base */, + ); + name = Localizable.stringsdict; + sourceTree = ""; + }; /* End PBXVariantGroup section */ /* Begin XCBuildConfiguration section */ diff --git a/TagTunes/Base.lproj/Localizable.strings b/TagTunes/Base.lproj/Localizable.strings index a9a335e..76e75eb 100644 Binary files a/TagTunes/Base.lproj/Localizable.strings and b/TagTunes/Base.lproj/Localizable.strings differ diff --git a/TagTunes/Base.lproj/Localizable.stringsdict b/TagTunes/Base.lproj/Localizable.stringsdict new file mode 100644 index 0000000..ffffe14 --- /dev/null +++ b/TagTunes/Base.lproj/Localizable.stringsdict @@ -0,0 +1,22 @@ + + + + + %d artworks could not be saved. + + NSStringLocalizedFormatKey + %#@artworks@ could not be saved + artworks + + NSStringFormatSpecTypeKey + NSStringPluralRuleType + NSStringFormatValueTypeKey + d + one + One artwork + other + %d artworks + + + +