Merge branch 'master' into openid
Conflicts: config/locales/is.yml
This commit is contained in:
commit
dc35b597a2
115 changed files with 2014 additions and 3033 deletions
|
@ -77,7 +77,7 @@ private
|
|||
|
||||
def javascript_strings_for_key(key)
|
||||
js = ""
|
||||
value = t(key, :locale => "en")
|
||||
value = I18n.t(key, :locale => "en")
|
||||
|
||||
if value.is_a?(String)
|
||||
js << "i18n_strings['#{key}'] = '" << escape_javascript(t(key)) << "';\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue