From 44df41e5fd151378aee2730c497f82e0db68666a Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Wed, 3 Jul 2013 16:35:04 +0200 Subject: [1.5.x] Fixed #20695 -- Fixed contrib.humanize translation syntax errors Affected language: Mexican Spanish, Mongolian, Romanian, Turkish Translations for 1.6 and master will be refetched from Transifex. Thanks ruless at gmail.com for the report. --- .../humanize/locale/es_MX/LC_MESSAGES/django.mo | Bin 4155 -> 4169 bytes .../humanize/locale/es_MX/LC_MESSAGES/django.po | 4 ++-- .../contrib/humanize/locale/mn/LC_MESSAGES/django.mo | Bin 4679 -> 4693 bytes .../contrib/humanize/locale/mn/LC_MESSAGES/django.po | 4 ++-- .../contrib/humanize/locale/ro/LC_MESSAGES/django.mo | Bin 2624 -> 2649 bytes .../contrib/humanize/locale/ro/LC_MESSAGES/django.po | 2 +- .../contrib/humanize/locale/tr/LC_MESSAGES/django.mo | Bin 3462 -> 3476 bytes .../contrib/humanize/locale/tr/LC_MESSAGES/django.po | 4 ++-- 8 files changed, 7 insertions(+), 7 deletions(-) diff --git a/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo index 4a3719b5d0..1b5b146cc6 100644 Binary files a/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po b/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po index da4e1b803b..b108c0b33a 100644 --- a/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/es_MX/LC_MESSAGES/django.po @@ -257,14 +257,14 @@ msgstr[1] "hace %(count)s segundos" msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "Hace un minuto" -msgstr[1] "Hace %s minutos" +msgstr[1] "Hace %(count)s minutos" #: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "Hace una hora" -msgstr[1] "Hace %s horas" +msgstr[1] "Hace %(count)s horas" #: templatetags/humanize.py:212 #, python-format diff --git a/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo index 720037f9fd..0b15a711bf 100644 Binary files a/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/mn/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/mn/LC_MESSAGES/django.po b/django/contrib/humanize/locale/mn/LC_MESSAGES/django.po index 5efb77675b..94419d6d34 100644 --- a/django/contrib/humanize/locale/mn/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/mn/LC_MESSAGES/django.po @@ -258,14 +258,14 @@ msgstr[1] "%(count)s секундын өмнө" msgid "a minute ago" msgid_plural "%(count)s minutes ago" msgstr[0] "минутын өмнө" -msgstr[1] "%s минутын өмнө" +msgstr[1] "%(count)s минутын өмнө" #: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" msgstr[0] "цагын өмнө" -msgstr[1] "%s цагын өмнө" +msgstr[1] "%(count)s цагын өмнө" #: templatetags/humanize.py:212 #, python-format diff --git a/django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo index a1dfb625ae..eadecabdd9 100644 Binary files a/django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/ro/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/ro/LC_MESSAGES/django.po b/django/contrib/humanize/locale/ro/LC_MESSAGES/django.po index 2795c20d38..7d6b1e13bf 100644 --- a/django/contrib/humanize/locale/ro/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/ro/LC_MESSAGES/django.po @@ -276,7 +276,7 @@ msgid "a second ago" msgid_plural "%(count)s seconds ago" msgstr[0] "acum o secundă" msgstr[1] "acum %(count)s secunde" -msgstr[2] "" +msgstr[2] "acum %(count)s de secunde" #: templatetags/humanize.py:201 #, python-format diff --git a/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo b/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo index 5b8b08836f..e52aace00b 100644 Binary files a/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo and b/django/contrib/humanize/locale/tr/LC_MESSAGES/django.mo differ diff --git a/django/contrib/humanize/locale/tr/LC_MESSAGES/django.po b/django/contrib/humanize/locale/tr/LC_MESSAGES/django.po index e7c42cbe31..7da9cc770b 100644 --- a/django/contrib/humanize/locale/tr/LC_MESSAGES/django.po +++ b/django/contrib/humanize/locale/tr/LC_MESSAGES/django.po @@ -235,13 +235,13 @@ msgstr[0] "%(count)s saniye önce" #, python-format msgid "a minute ago" msgid_plural "%(count)s minutes ago" -msgstr[0] "%s dakika önce" +msgstr[0] "%(count)s dakika önce" #: templatetags/humanize.py:206 #, python-format msgid "an hour ago" msgid_plural "%(count)s hours ago" -msgstr[0] "%s saat önce" +msgstr[0] "%(count)s saat önce" #: templatetags/humanize.py:212 #, python-format -- cgit v1.3