diff options
Diffstat (limited to 'tests/data/l10n/cs.json')
-rw-r--r-- | tests/data/l10n/cs.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/l10n/cs.json b/tests/data/l10n/cs.json new file mode 100644 index 00000000000..c86f41aa077 --- /dev/null +++ b/tests/data/l10n/cs.json @@ -0,0 +1,6 @@ +{ + "translations" : { + "_%n window_::_%n windows_" : ["%n okno", "%n okna", "%n oken"] + }, + "pluralForm" : "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" +} |