﻿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
1310	make-messages.py created .po files contain 'invalid' flags	j.rademaker@…	hugo	"The .po files created make-messages.py by contain flags which prevent i18n from working properly.

Example:
{{{
#: models/test.py:18
#, fuzzy
msgid ""test""
msgstr ""somethingelse""
}}}

In this case _('test') wouldn't get translated. Removing '#, fuzzy' fixes the problem.

{{{
$ uname -a
FreeBSD dev2.BWSSBV.local 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov  5 04:19:18 UTC 2004     root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  i386

$ xgettext --version
xgettext (GNU gettext-tools) 0.14.5
Copyright (C) 1995-1998, 2000-2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Ulrich Drepper.

$ python -V
Python 2.4.2
}}}"	defect	closed	Internationalization	dev	normal	invalid			Unreviewed	0	0	0	0	0	0
