summaryrefslogtreecommitdiffstats
path: root/tests/data/l10n/ru.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/l10n/ru.json')
-rw-r--r--tests/data/l10n/ru.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/l10n/ru.json b/tests/data/l10n/ru.json
new file mode 100644
index 00000000000..177b14a6b20
--- /dev/null
+++ b/tests/data/l10n/ru.json
@@ -0,0 +1,6 @@
+{
+ "translations" : {
+ "_%n file_::_%n files_" : ["%n файл", "%n файла", "%n файлов"]
+ },
+ "pluralForm" : "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"
+}