Suppress deprecation warning from i18n
This commit is contained in:
parent
782ddc9c3e
commit
6669253f9c
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ module I18n
|
||||||
store_translations(locale, :time => { :formats => { :friendly => friendly } })
|
store_translations(locale, :time => { :formats => { :friendly => friendly } })
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@skip_syntax_deprecation = true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue