From 28294b30b535c47f05467d78203ea479f03c79cd Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sun, 2 May 2010 10:27:40 +0000 Subject: Fixed #13384 - Tweaked a wrong plural form in the Russian translation. Thanks for the report, Harut. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13067 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- django/conf/locale/ru/LC_MESSAGES/django.mo | Bin 83500 -> 83510 bytes django/conf/locale/ru/LC_MESSAGES/django.po | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/django/conf/locale/ru/LC_MESSAGES/django.mo b/django/conf/locale/ru/LC_MESSAGES/django.mo index 52f6171529..2ded67509b 100644 Binary files a/django/conf/locale/ru/LC_MESSAGES/django.mo and b/django/conf/locale/ru/LC_MESSAGES/django.mo differ diff --git a/django/conf/locale/ru/LC_MESSAGES/django.po b/django/conf/locale/ru/LC_MESSAGES/django.po index 2a55749061..1978c058a4 100644 --- a/django/conf/locale/ru/LC_MESSAGES/django.po +++ b/django/conf/locale/ru/LC_MESSAGES/django.po @@ -770,7 +770,7 @@ msgstr "Найти" #, python-format msgid "1 result" msgid_plural "%(counter)s results" -msgstr[0] "1 результат" +msgstr[0] "%(counter)s результат" msgstr[1] "%(counter)s результата" msgstr[2] "%(counter)s результатов" -- cgit v1.3