]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/id.html.erb
Improve locale selection for Potlatch 2 and iD
[rails.git] / app / views / site / id.html.erb
index 8565cb9ea9f84c87fe0bea5f359940443cc3daa5..96262f1e2c4e0b1480c09bf39bb8669f06f20d18 100644 (file)
@@ -16,7 +16,7 @@
       'Please upgrade your browser or use Potlatch 2 to edit the map.';
     document.getElementById('id-container').className = 'unsupported';
   } else {
-    <% locale = request.compatible_language_from(ID::LOCALES) || "en" %>
+    <% locale = select_locale(ID::LOCALES) %>
 
     var id = iD()
       .embed(true)