https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12017 --- Comment #101 from David Cook <dcook@prosentient.com.au> --- Comment on attachment 40288 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=40288 Bug 12017: 4 - Change language changers Review of attachment 40288: --> (https://bugs.koha-community.org/bugzilla3/page.cgi?id=splinter.html&bug=12017&attachment=40288) ----------------------------------------------------------------- ::: koha-tmpl/intranet-tmpl/prog/en/includes/intranet-bottom.inc @@ +5,4 @@
<div id="changelanguage" class="navbar navbar-fixed-bottom"> <div class="navbar-inner"> <ul id="i18nMenu" class="nav"> + [% FOREACH languages_loo IN languages_loop.sort('rfc4646_subtag') %]
It seems to me the ideal way would be to sort by the user's chosen language. That said, I'm not sure that translated names are always provided, so maybe a system preference for ordering language makes sense? -- You are receiving this mail because: You are watching all bug changes.