diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-05-02 10:27:40 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-05-02 10:27:40 +0000 |
| commit | 28294b30b535c47f05467d78203ea479f03c79cd (patch) | |
| tree | b882a3c85e77d901b16dae16872e9a0fbd3e8f8d | |
| parent | b3e9150f273df45b4373b9e44b32d8d0ead5a72e (diff) | |
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
| -rw-r--r-- | django/conf/locale/ru/LC_MESSAGES/django.mo | bin | 83500 -> 83510 bytes | |||
| -rw-r--r-- | django/conf/locale/ru/LC_MESSAGES/django.po | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/locale/ru/LC_MESSAGES/django.mo b/django/conf/locale/ru/LC_MESSAGES/django.mo Binary files differindex 52f6171529..2ded67509b 100644 --- a/django/conf/locale/ru/LC_MESSAGES/django.mo +++ b/django/conf/locale/ru/LC_MESSAGES/django.mo 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 результатов" |
