ngettext_lazy and ngettext

2019-11-01 Thread אורי
Django developers, I opened ticket https://code.djangoproject.com/ticket/30939 and I was referred to https://code.djangoproject.com/ticket/30439 as a duplicate. I don't understand why you need such a long formula to decide if a number is singular or plural. If it's 1 it's singular, otherwise it's

Re: ngettext_lazy and ngettext

2019-11-01 Thread אורי
Hi, I want to add that it was very simple to upgrade Django from 1.11 to 2.0 and then to 2.1, I only had to change minor changes in my code - changing to class-based views and updating my tests to reflect the 403 pages (instead of a 302 redirect), so thanks for maintaining Django and for not break

Re: ngettext_lazy and ngettext

2019-11-01 Thread Claude Paroz
Hi Uri, I think you did not understand well the problem. Let me try to explain it in more details. Nothing was changed with "ngettext" or "ngettext_lazy" in Django. The plural equation for Hebrew was changed on the Transifex platform and those changes reach Django each time we synchronize tran

Re: Fellow Reports -- October 2019

2019-11-01 Thread Carlton Gibson
Hi all. Calendar Week 44 -- ending 03 November. Triaged: https://code.djangoproject.com/ticket/30937 -- URLField validator (URLValidator) does not respect null/blank (needsinfo) https://code.djangoproject.com/ticket/30931 -- Cannot override get_FOO_display() in Django 2.2+. (Accepted) http

Re: ngettext_lazy and ngettext

2019-11-01 Thread אורי
Hi Claude, Thanks for the explanation, I understand the problem better now. I was not aware that the number of singular and plural forms depends on the language. I would like to clarify a few things: 1. Some of the strings used by "ngettext" or "ngettext_lazy" are unique to Speedy Net, some are n

Re: ngettext_lazy and ngettext

2019-11-01 Thread אורי
Hi, I checked and I didn't find anything related to this issue documented on the Django 2.2 release notes. Is it documented? אורי u...@speedy.net -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubsc