summaryrefslogtreecommitdiff
path: root/tests/forms_tests/locale
diff options
context:
space:
mode:
Diffstat (limited to 'tests/forms_tests/locale')
-rw-r--r--tests/forms_tests/locale/de/LC_MESSAGES/django.mobin0 -> 322 bytes
-rw-r--r--tests/forms_tests/locale/de/LC_MESSAGES/django.po14
-rw-r--r--tests/forms_tests/locale/de/__init__.py0
3 files changed, 14 insertions, 0 deletions
diff --git a/tests/forms_tests/locale/de/LC_MESSAGES/django.mo b/tests/forms_tests/locale/de/LC_MESSAGES/django.mo
new file mode 100644
index 0000000000..f2695ea426
--- /dev/null
+++ b/tests/forms_tests/locale/de/LC_MESSAGES/django.mo
Binary files differ
diff --git a/tests/forms_tests/locale/de/LC_MESSAGES/django.po b/tests/forms_tests/locale/de/LC_MESSAGES/django.po
new file mode 100644
index 0000000000..e118e28d98
--- /dev/null
+++ b/tests/forms_tests/locale/de/LC_MESSAGES/django.po
@@ -0,0 +1,14 @@
+# This file is distributed under the same license as the Django package.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: django\n"
+"Report-Msgid-Bugs-To: \n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+msgid "- Select an option -"
+msgstr "- Wähle eine Option -"
diff --git a/tests/forms_tests/locale/de/__init__.py b/tests/forms_tests/locale/de/__init__.py
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/tests/forms_tests/locale/de/__init__.py