mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
commit
49f8e5a5d1
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ module JsLocaleHelper
|
|||
hash.each do |k,v|
|
||||
if Hash === v
|
||||
rval.merge!(strip_out_message_formats!(v, prefix + (prefix.length > 0 ? "." : "") << k, rval))
|
||||
elsif k.end_with?("_MF")
|
||||
elsif k.to_s().end_with?("_MF")
|
||||
rval[prefix + (prefix.length > 0 ? "." : "") << k] = v
|
||||
hash.delete(k)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue