X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1f2545ea903f8f2ce2f41b0fa90f204da73f05bd..a6fa8cc273017c2673d6d76dae7f5ac811c2027d:/app/views/site/_potlatch2.html.erb diff --git a/app/views/site/_potlatch2.html.erb b/app/views/site/_potlatch2.html.erb index c91a01984..1c203b2fb 100644 --- a/app/views/site/_potlatch2.html.erb +++ b/app/views/site/_potlatch2.html.erb @@ -1,5 +1,5 @@
- <%= t 'site.edit.flash_player_required' %> +
<%= raw t 'site.edit.flash_player_required' %>
<%= javascript_include_tag 'swfobject.js' %> @@ -10,12 +10,9 @@ <% end %> -<% locale = request.compatible_language_from(Potlatch2::LOCALES.keys) || "en" %> +<% locale = Locale.list(Potlatch2::LOCALES.keys).preferred(preferred_languages).to_s %>