mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Added reference to I18n.localize, as discussed here:
https://github.com/rails/rails/issues/4027
This commit is contained in:
parent
7f536f9158
commit
c8e0571987
1 changed files with 3 additions and 0 deletions
|
@ -63,6 +63,9 @@ module ActionView
|
|||
alias :t :translate
|
||||
|
||||
# Delegates to <tt>I18n.localize</tt> with no additional functionality.
|
||||
#
|
||||
# See http://rubydoc.info/github/svenfuchs/i18n/master/I18n/Backend/Base:localize
|
||||
# for more information.
|
||||
def localize(*args)
|
||||
I18n.localize(*args)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue