msgfmt version is 0.19.6.
--
Ticket URL: <https://code.djangoproject.com/ticket/25925>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* stage: Unreviewed => Accepted
* type: Bug => Cleanup/optimization
* needs_tests: => 0
* needs_docs: => 0
Comment:
This is due to localized gettext output. I wonder if there is a way to
force English messages (LANG=C?).
--
Ticket URL: <https://code.djangoproject.com/ticket/25925#comment:1>
* status: new => assigned
* owner: nobody => sir-sigurd
--
Ticket URL: <https://code.djangoproject.com/ticket/25925#comment:2>
* has_patch: 0 => 1
Comment:
PR -- https://github.com/django/django/pull/5822
--
Ticket URL: <https://code.djangoproject.com/ticket/25925#comment:3>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"5005b527cb9c7a2bfc76daa7f717bf7e3064e9ce" 5005b527]:
{{{
#!CommitTicketReference repository=""
revision="5005b527cb9c7a2bfc76daa7f717bf7e3064e9ce"
Fixed #25925 -- Forced LANG=C for test_msgfmt_error_including_non_ascii.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25925#comment:4>
Comment (by Claude Paroz <claude@…>):
In [changeset:"eda306f1cec20d490d5dc798ddaa8e8e8d13f26e" eda306f1]:
{{{
#!CommitTicketReference repository=""
revision="eda306f1cec20d490d5dc798ddaa8e8e8d13f26e"
Fixed #26232 -- Fixed Popen mocking environment in i18n tests
Refs #25925. Thanks Jeroen Pulles for the report.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25925#comment:5>