mirror of https://github.com/django/django.git
[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:
parent
6151fdf930
commit
44df41e5fd
Binary file not shown.
|
@ -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
|
||||
|
|
Binary file not shown.
|
@ -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
|
||||
|
|
Binary file not shown.
|
@ -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
|
||||
|
|
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue