﻿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
11598	The javascript catalog asumes that the main language is English	Adrian Ribao	nobody	"I've created a website using Spanish as the main language. After that, I had to translate the site to English so the main language in the .po files is Spanish. My language settings are:

{{{
LANGUAGE_CODE = 'es'
ugettext = lambda s: s
LANGUAGES = (
  ('es', ugettext(u'Español')),
  ('en', ugettext(u'English')),
)
}}}

But the javascript catalog won't work this way. I have changed a little bit the code and it works now. I attach the patch to this ticket so you can tell me if it's ok, and if it could be applied to the trunk.

Thank you.
"		closed	Internationalization	dev		invalid			Unreviewed	1	0	0	0	0	0
