http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1818 Summary: problem in language selector Product: Koha Version: HEAD Platform: PC OS/Version: All Status: NEW Severity: critical Priority: P3 Component: I18N/L10N AssignedTo: jmf@liblime.com ReportedBy: paul.poulain@free.fr QAContact: koha-bugs@nongnu.org In koha-news.pl, the language selector display an empty line for each language. Same problem for the language selector in language syspref. I've investigated a little bit and have found that in language => $language->{'language_code'}, language_code does not exist in the hash. Seems we should use language or rfc4646_subtag. However, i'm not sure to understand everything of the new language handling, so I don't try to fix the problem ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.