﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32762	test_msgfmt_error_including_non_ascii fails on Mac OS Catalina, localized msgfmt binary.	Nilo César Teixeira	Nilo César Teixeira	"
{{{
FAIL: test_msgfmt_error_including_non_ascii (i18n.test_compilation.CompilationErrorHandling)
----------------------------------------------------------------------
Traceback (most recent call last):
  File ""/Users/teixeira/Downloads/Pessoal/etudes/etudes_py/django_source/tests/i18n/test_compilation.py"", line 204, in test_msgfmt_error_including_non_ascii
    self.assertIn(""' cannot start a field name"", stderr.getvalue())
AssertionError: ""' cannot start a field name"" not found in 'Execution of msgfmt failed: /private/var/folders/sj/kll9fdms3c52l7m19_f_zn980000gn/T/django_al6dgjzh/i18n_cam5a1xi/commands/locale/ko/LC_MESSAGES/django.po:24: ""msgstr"" não é um formato de string Python brace válido, ao contrário de ""msgid"". Motivo: Na diretiva número 0, ""�"" não pode iniciar um nome de campo.\nmsgfmt: encontrado 1 erro fatal\n'
}}}

The `assertIn` fails because the `msgfmt` output is in `pt-BR`. The `export LANG=C` environment setting on this test doesn't help changing the binary `msgfmt` output to English."	Bug	closed	Internationalization	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
