[issue18319] gettext() cannot find translations with plural forms

2020-09-18 Thread Christoph Zwerschke
Change by Christoph Zwerschke : -- nosy: +cito ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue18319] gettext() cannot find translations with plural forms

2020-06-09 Thread Rémi Lapeyre
Change by Rémi Lapeyre : -- nosy: +barry versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.4, Python 3.5 ___ Python tracker ___ _

[issue18319] gettext() cannot find translations with plural forms

2020-05-07 Thread Gilles Bassière
Gilles Bassière added the comment: Hi there, I worked on a patch for this issue (see attached pull request). I would be happy to discuss it with people involved in gettext module maintenance but I'm not sure how to contact them. Is there a dedicated mailing list or an IRC channel or somethin

[issue18319] gettext() cannot find translations with plural forms

2020-05-02 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +19182 stage: -> patch review pull_request: https://github.com/python/cpython/pull/19869 ___ Python tracker _

[issue18319] gettext() cannot find translations with plural forms

2020-05-01 Thread Gilles Bassière
Change by Gilles Bassière : -- nosy: +Gilles Bassière versions: +Python 3.7 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue18319] gettext() cannot find translations with plural forms

2019-04-26 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue18319] gettext() cannot find translations with plural forms

2014-10-05 Thread Mark Lawrence
Mark Lawrence added the comment: @Martin can you comment on this please. -- nosy: +BreamoreBoy, loewis type: -> behavior versions: +Python 2.7, Python 3.4, Python 3.5 ___ Python tracker ___

[issue18319] gettext() cannot find translations with plural forms

2013-06-27 Thread Jakub Wilk
New submission from Jakub Wilk: gettext() cannot find translations for messages that have plural forms. I would expect that gettext(s) is equivalent to ngettext(s, s, 1) for such messages, as it is implemented in GNU gettext. >>> import gettext >>> with open('test.mo', 'rb') as mo: trans = get