diff options
author | Lukas Reschke <lukas@owncloud.com> | 2015-03-26 20:15:33 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2015-03-26 20:15:33 +0100 |
commit | 74a9fc29b43b54ec8aa9f6b9cac1cbfa4a5136e2 (patch) | |
tree | 9489220921b93420730b13a9dd7c23a1d0e6ec29 /tests/data | |
parent | c8c722bc6de3a58e10ba42a55a178d3ba9308bae (diff) | |
parent | ae60108692a2c34b0ab474e7d9fa35bb8b689992 (diff) | |
download | nextcloud-server-74a9fc29b43b54ec8aa9f6b9cac1cbfa4a5136e2.tar.gz nextcloud-server-74a9fc29b43b54ec8aa9f6b9cac1cbfa4a5136e2.zip |
Merge pull request #14399 from owncloud/ignore-empty-plurals
Ignore empty plurals just like with singulars
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/l10n/ru.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/data/l10n/ru.json b/tests/data/l10n/ru.json index 7041205e761..177b14a6b20 100644 --- a/tests/data/l10n/ru.json +++ b/tests/data/l10n/ru.json @@ -1,7 +1,6 @@ { "translations" : { - "_%n file_::_%n files_" : ["%n файл", "%n файла", "%n файлов"], - "_%n missing plural_::_%n missing plurals_" : ["", "", ""] + "_%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);" } |