[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.
This commit is contained in:
Claude Paroz 2013-07-03 16:35:04 +02:00
parent 6151fdf930
commit 44df41e5fd
8 changed files with 7 additions and 7 deletions

View File

@ -257,14 +257,14 @@ msgstr[1] "hace %(count)s segundos"
msgid "a minute ago" msgid "a minute ago"
msgid_plural "%(count)s minutes ago" msgid_plural "%(count)s minutes ago"
msgstr[0] "Hace un minuto" msgstr[0] "Hace un minuto"
msgstr[1] "Hace %s minutos" msgstr[1] "Hace %(count)s minutos"
#: templatetags/humanize.py:206 #: templatetags/humanize.py:206
#, python-format #, python-format
msgid "an hour ago" msgid "an hour ago"
msgid_plural "%(count)s hours ago" msgid_plural "%(count)s hours ago"
msgstr[0] "Hace una hora" msgstr[0] "Hace una hora"
msgstr[1] "Hace %s horas" msgstr[1] "Hace %(count)s horas"
#: templatetags/humanize.py:212 #: templatetags/humanize.py:212
#, python-format #, python-format

View File

@ -258,14 +258,14 @@ msgstr[1] "%(count)s секундын өмнө"
msgid "a minute ago" msgid "a minute ago"
msgid_plural "%(count)s minutes ago" msgid_plural "%(count)s minutes ago"
msgstr[0] "минутын өмнө" msgstr[0] "минутын өмнө"
msgstr[1] "%s минутын өмнө" msgstr[1] "%(count)s минутын өмнө"
#: templatetags/humanize.py:206 #: templatetags/humanize.py:206
#, python-format #, python-format
msgid "an hour ago" msgid "an hour ago"
msgid_plural "%(count)s hours ago" msgid_plural "%(count)s hours ago"
msgstr[0] "цагын өмнө" msgstr[0] "цагын өмнө"
msgstr[1] "%s цагын өмнө" msgstr[1] "%(count)s цагын өмнө"
#: templatetags/humanize.py:212 #: templatetags/humanize.py:212
#, python-format #, python-format

View File

@ -276,7 +276,7 @@ msgid "a second ago"
msgid_plural "%(count)s seconds ago" msgid_plural "%(count)s seconds ago"
msgstr[0] "acum o secundă" msgstr[0] "acum o secundă"
msgstr[1] "acum %(count)s secunde" msgstr[1] "acum %(count)s secunde"
msgstr[2] "" msgstr[2] "acum %(count)s de secunde"
#: templatetags/humanize.py:201 #: templatetags/humanize.py:201
#, python-format #, python-format

View File

@ -235,13 +235,13 @@ msgstr[0] "%(count)s saniye önce"
#, python-format #, python-format
msgid "a minute ago" msgid "a minute ago"
msgid_plural "%(count)s minutes ago" msgid_plural "%(count)s minutes ago"
msgstr[0] "%s dakika önce" msgstr[0] "%(count)s dakika önce"
#: templatetags/humanize.py:206 #: templatetags/humanize.py:206
#, python-format #, python-format
msgid "an hour ago" msgid "an hour ago"
msgid_plural "%(count)s hours ago" msgid_plural "%(count)s hours ago"
msgstr[0] "%s saat önce" msgstr[0] "%(count)s saat önce"
#: templatetags/humanize.py:212 #: templatetags/humanize.py:212
#, python-format #, python-format