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 +++ 1 file changed, 3 insertions(+) create mode 100644 Demo/de.lproj/Localizable.strings (limited to 'Demo') 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!"; + -- cgit v1.2.3