]> git.openstreetmap.org Git - rails.git/commit
Improve selection of name to display in data browser
authorTom Hughes <tom@compton.nu>
Thu, 4 Jun 2020 16:25:13 +0000 (17:25 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 4 Jun 2020 16:33:11 +0000 (17:33 +0100)
commit768a792a6175215855518c378b49a41e7b10b503
tree4df5d697241133e54ea697a50dca0f51622a6336
parentbf22c69286f97f72625c79d64e7c1a5cb6e95710
Improve selection of name to display in data browser

If the user is logged in then consider all their preferred
languages rather than just the UI language, and use the full
locale matching algorithm instead of just checking parents.

Fixes #2636
app/helpers/browse_helper.rb
test/helpers/browse_helper_test.rb