﻿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
28709	makemessages creates faulty .po file	Davor Teskera	nobody	"invoking 
{{{
makemessages -l en
}}}
creates a faulty .po file that contains this line
{{{
""Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n""
}}}
invoking it for other languages that i have tested creates a valid file eg. for -l hr
{{{
""Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n""
""%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n""
}}}

if you afterwards call compilemessages your app will raise exceptions
{{{
ValueError: invalid token in plural form: EXPRESSION
}}}

"	Uncategorized	closed	Internationalization	1.11	Normal	duplicate			Unreviewed	0	0	0	0	0	0
