aboutsummaryrefslogtreecommitdiffstats
path: root/tests/data/l10n/cs.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/l10n/cs.php')
-rw-r--r--tests/data/l10n/cs.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/data/l10n/cs.php b/tests/data/l10n/cs.php
deleted file mode 100644
index de106ede026..00000000000
--- a/tests/data/l10n/cs.php
+++ /dev/null
@@ -1,5 +0,0 @@
-<?php
-$TRANSLATIONS = array(
- "_%n window_::_%n windows_" => array("%n okno", "%n okna", "%n oken")
-);
-$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";