]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/layouts/site.html.erb
Move javascript translations to a separate key based on the path to
[rails.git] / app / views / layouts / site.html.erb
index 386fd8b261d3071a82131f89ae373852d1a5fceb..1e4e56e6acf9e14de9807ed526bdcd1987fda2c4 100644 (file)
@@ -1,6 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<%= I18n.locale %>" lang="<%= I18n.locale %>" dir="<%= t'html.dir' %>">
   <head>
+    <%= javascript_strings %>
     <%= javascript_include_tag 'prototype' %>
     <%= javascript_include_tag 'site' %>
     <!--[if lt IE 7]><%= javascript_include_tag 'pngfix' %><![endif]--> <!-- thanks, microsoft! -->