Skip to content

Commit

Permalink
uses refinery settings to retrieve frontend locales
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmtl committed May 28, 2011
1 parent e8abf70 commit 98b87d6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -23,7 +23,7 @@
<%= "#{RefinerySetting[:site_name]} &lt;no-reply@#{request.domain(RefinerySetting.find_or_set(:tld_length, 1))}&gt;".html_safe %>
</td>
</tr>
<% ::Refinery::I18n.frontend_locales.each do |locale| %>
<% RefinerySetting[:translation_frontend_locales].each do |locale| %>
<tr>
<td>
<label class='stripped'><%= t('.subject') %> (<%= locale.to_s %>)</label>
Expand Down

0 comments on commit 98b87d6

Please sign in to comment.