﻿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
11068	Wrong language code for Norwegian (Bokmål)	Nils Fredrik Gjerull	Jannis Leidel	"According to the [http://www.gnu.org/software/gettext/manual/gettext.html#The-LANGUAGE-variable The GNU gettext manual] the language code for Norwegian bokmål have changed from 'no' to 'nb'. In Django the language code used is 'no'. This should be renamed to 'nb', if there is not a very good reason not to.

As a intermediate measure it is perhaps a good idea to set LANGUAGE_CODE = 'nb:no' in settings.py if you use Norwegian, then both language codes would be searched for translations. Perhaps this should be mentioned in the Internationalization documentation somewhere? Perhaps a section about language codes? I can make a documentation patch for it."		closed	Internationalization	dev		fixed	language_code norwegian	jon@…	Fixed on a branch	0	0	0	0	0	0
