django-languages-plus icon indicating copy to clipboard operation
django-languages-plus copied to clipboard

associate_countries_and_languages does not correctly associate all languages/countries

Open cordery opened this issue 9 years ago • 0 comments

For example the United States has the languages u'en-US,es-US,haw,fr'

Currently associate_countries_and_languages only adds "french". This is because there is a line missing from the culture code processing section of that function that would add the language in addition to the culture code.

Sidenote: haw, the Hawaiian Language (http://en.wikipedia.org/wiki/Hawaiian_language) is missing from Languages.

cordery avatar Apr 03 '15 19:04 cordery