diff options
Diffstat (limited to 'tests/data/l10n/cs.php')
-rw-r--r-- | tests/data/l10n/cs.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/data/l10n/cs.php b/tests/data/l10n/cs.php new file mode 100644 index 00000000000..1c5907bc148 --- /dev/null +++ b/tests/data/l10n/cs.php @@ -0,0 +1,5 @@ +<?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;"; |