askbot.utils.pluralization receives wrong language code
For some unknown reason the get_formula in askbot.utils.pluralization receives the langauge code: "nb-no" and therefore throws a critical error message.
The LANGUAGE setting in my settings.py file is set to "nb_NO" which should be the correct value for "Norwegian bokmål" "Norway".
In the pluralization.py file there is an array of germannic languages which should match what I have set: "nb_NO" GERMANNIC_FAMILY = ( 'en', 'bg', 'bg_BG', 'el', 'nb_NO', 'pt', 'ast', 'ca', 'de', 'it', 'hu', 'hi', 'sv_SE', 'fi', 'he_IL', 'gl', 'es', 'bn_IN' )
Why does get_formula get the wrong/lowercase langauge code? and what can I do to fix the problem? :)
Comments
I have the same problem. http://askbot.org/en/question/14927/why-language-code-changed-by-itself/