Branch: refs/heads/master
Home:
https://github.com/django/django
Commit: b3bccce1a09aae6dfb2eba7f77d3f373f03d8e0c
https://github.com/django/django/commit/b3bccce1a09aae6dfb2eba7f77d3f373f03d8e0c
Author: Marc Egli <
fro...@me.com>
Date: 2013-05-25 (Sat, 25 May 2013)
Changed paths:
M django/contrib/admin/templates/admin/auth/user/change_password.html
M django/contrib/admin/templates/admin/change_form.html
M django/contrib/admin/templates/admin/change_list.html
M django/contrib/admin/templates/admin/login.html
M django/contrib/admin/templates/registration/password_change_form.html
M django/contrib/comments/templates/comments/preview.html
Log Message:
-----------
Fixed #20455 -- Do not use ngettext for undefined plurals
Using two separate translation strings instead of gettext plural when
there is no reference to the number in the translated string. This
prevents some translations like Russian and Latvian to use the singular
form for 11 or 21.