From 69b0a0665615b51d74b9ff7009664d4a0e7655a0 Mon Sep 17 00:00:00 2001 From: Tomáš Znamenáček Date: Wed, 10 Feb 2016 19:13:53 +0100 Subject: Added basic German localization to the demo project. This makes it possible to test the German MASShortcut localization on the demo project. --- Demo/de.lproj/Localizable.strings | 3 +++ MASShortcut.xcodeproj/project.pbxproj | 2 ++ 2 files changed, 5 insertions(+) create mode 100644 Demo/de.lproj/Localizable.strings diff --git a/Demo/de.lproj/Localizable.strings b/Demo/de.lproj/Localizable.strings new file mode 100644 index 0000000..900207e --- /dev/null +++ b/Demo/de.lproj/Localizable.strings @@ -0,0 +1,3 @@ +/* Feedback that’s displayed when user presses the sample shortcut. */ +"Shortcut pressed!" = "Kurzbefehl gedrückt!"; + diff --git a/MASShortcut.xcodeproj/project.pbxproj b/MASShortcut.xcodeproj/project.pbxproj index 4ba408b..f9feefd 100644 --- a/MASShortcut.xcodeproj/project.pbxproj +++ b/MASShortcut.xcodeproj/project.pbxproj @@ -122,6 +122,7 @@ 0DC2F18F199372B4003A0131 /* MASDictionaryTransformerTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MASDictionaryTransformerTests.m; path = Framework/MASDictionaryTransformerTests.m; sourceTree = ""; }; 0DC2F19619938EFA003A0131 /* MASShortcutView+Bindings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "MASShortcutView+Bindings.h"; path = "Framework/MASShortcutView+Bindings.h"; sourceTree = ""; }; 0DC2F19719938EFA003A0131 /* MASShortcutView+Bindings.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "MASShortcutView+Bindings.m"; path = "Framework/MASShortcutView+Bindings.m"; sourceTree = ""; }; + 0DEDAA021C6BB479001605F5 /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = ""; }; 76A0597D1C51DC940014B271 /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = ""; }; 76A0597E1C51DC9F0014B271 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.strings"; sourceTree = ""; }; EAFFDC811AACFF3300F38834 /* MASShortcut.modulemap */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = "sourcecode.module-map"; name = MASShortcut.modulemap; path = Framework/MASShortcut.modulemap; sourceTree = ""; }; @@ -508,6 +509,7 @@ 0D2CAB221B834464005431FC /* en */, 0D2CAB241B834467005431FC /* cs */, ED8737791BCE459800BB1716 /* ja */, + 0DEDAA021C6BB479001605F5 /* de */, ); name = Localizable.strings; sourceTree = ""; -- cgit v1.2.3