summaryrefslogtreecommitdiffstats
path: root/tests/data/l10n/de.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/l10n/de.php')
-rw-r--r--tests/data/l10n/de.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/data/l10n/de.php b/tests/data/l10n/de.php
deleted file mode 100644
index 93c9ab4209e..00000000000
--- a/tests/data/l10n/de.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-$TRANSLATIONS = array(
- "_%n file_::_%n files_" => array("%n Datei", "%n Dateien")
-);
-$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";