In Django 3.0 all numeric values in {intword} (see [1]) template filter will be 
translated as plural, except 1.0 which will be translated as a singular phrase. 
This may be incorrect for some languages.  

This change is due to the fact that passing floats to {ngettext()} is 
deprecated in Python 3.7 (see [2]).

[1] https://docs.djangoproject.com/en/dev/ref/contrib/humanize/#intword
[2] https://bugs.python.org/issue28692

-- 
You received this message because you are subscribed to the Google Groups 
"Django internationalization and localization" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-i18n+unsubscr...@googlegroups.com.
To post to this group, send email to django-i18n@googlegroups.com.
Visit this group at https://groups.google.com/group/django-i18n.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-i18n/c2435d2b-b6ff-40b2-be09-93d536a24d2a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to