]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/_head.html.erb
Extract browse.js static asset
[rails.git] / app / views / layouts / _head.html.erb
index 8a0f62d922a9ddc4b13f0c21c1c18c5903736743..6e2920a7c40a5c0819aa8a01bd1edb9c56f4cae3 100644 (file)
@@ -1,6 +1,5 @@
 <head>
   <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/>
-  <%= javascript_strings %>
   <%= javascript_include_tag "site" %>
   <%= javascript_include_tag "menu" %>
   <!--[if lt IE 7]><%= javascript_include_tag "pngfix" %><![endif]--> <!-- thanks, microsoft! -->
   <%= style_rules %>
   <%= yield :head %>
   <%= csrf_meta_tag %>
+  <script type="text/javascript">
+    I18n.defaultLocale = "<%= I18n.default_locale %>";
+    I18n.locale = "<%= I18n.locale %>";
+    I18n.fallbacks = true;
+  </script>
   <title><%= t 'layouts.project_name.title' %><%= ' | '+ @title if @title %></title>
 </head>