- <%= raw t '.native.text',
- :native_link => link_to(t('.native.native_link'),
- :controller => 'site',
- :action => 'copyright',
- :copyright_locale => nil),
- :mapping_link => link_to(t('.native.mapping_link'),
- :controller => 'site',
- :action => 'index') %>
+ <%= raw t ".native.text",
+ :native_link => link_to(t(".native.native_link"),
+ :controller => "site",
+ :action => "copyright",
+ :copyright_locale => nil),
+ :mapping_link => link_to(t(".native.mapping_link"),
+ :controller => "site",
+ :action => "index") %>
<% else %>
<!-- Maybe note that this page has been translated -->
<%= tag.div :lang => "en", :dir => t("html.dir", :locale => "en") do %>
<% else %>
<!-- Maybe note that this page has been translated -->
<%= tag.div :lang => "en", :dir => t("html.dir", :locale => "en") do %>
- <% if t('.legal_babble', :locale => @locale) != t('.legal_babble', :locale => :en) %>
- <h1><%= t '.foreign.title' %></h1>
+ <% if t(".legal_babble", :locale => @locale) != t(".legal_babble", :locale => :en) %>
+ <h1><%= t ".foreign.title" %></h1>
- <%= raw t '.foreign.text',
- :english_original_link => link_to(t('.foreign.english_link'),
- :controller => 'site',
- :action => 'copyright',
- :copyright_locale => 'en') %>
+ <%= raw t ".foreign.text",
+ :english_original_link => link_to(t(".foreign.english_link"),
+ :controller => "site",
+ :action => "copyright",
+ :copyright_locale => "en") %>
<p><%= t ".legal_babble.credit_2_html", :locale => @locale %></p>
<p><%= t ".legal_babble.credit_3_html", :locale => @locale %></p>
<p><%= image_tag("attribution_example.png",
<p><%= t ".legal_babble.credit_2_html", :locale => @locale %></p>
<p><%= t ".legal_babble.credit_3_html", :locale => @locale %></p>
<p><%= image_tag("attribution_example.png",
<h3><%= t ".legal_babble.more_title_html", :locale => @locale %></h3>
<p><%= t ".legal_babble.more_1_html", :locale => @locale %></p>
<h3><%= t ".legal_babble.more_title_html", :locale => @locale %></h3>
<p><%= t ".legal_babble.more_1_html", :locale => @locale %></p>
<li><%= t ".legal_babble.contributors_nl_html", :locale => @locale %></li>
<li><%= t ".legal_babble.contributors_nz_html", :locale => @locale %></li>
<li><%= t ".legal_babble.contributors_si_html", :locale => @locale %></li>
<li><%= t ".legal_babble.contributors_nl_html", :locale => @locale %></li>
<li><%= t ".legal_babble.contributors_nz_html", :locale => @locale %></li>
<li><%= t ".legal_babble.contributors_si_html", :locale => @locale %></li>
<li><%= t ".legal_babble.contributors_za_html", :locale => @locale %></li>
<li><%= t ".legal_babble.contributors_gb_html", :locale => @locale %></li>
</ul>
<li><%= t ".legal_babble.contributors_za_html", :locale => @locale %></li>
<li><%= t ".legal_babble.contributors_gb_html", :locale => @locale %></li>
</ul>