提交 968a0ad5 编写于 作者: A Andreas Scherer

Replace comma with full-stop in scoping chain.

上级 7ed698ed
......@@ -499,7 +499,7 @@ I18n.translate :"activerecord.errors.messages.invalid"
Thus the following calls are equivalent:
<ruby>
I18n.t 'activerecord.errors,messages.invalid'
I18n.t 'activerecord.errors.messages.invalid'
I18n.t 'errors.messages.invalid', :scope => :active_record
I18n.t :invalid, :scope => 'activerecord.errors.messages'
I18n.t :invalid, :scope => [:activerecord, :errors, :messages]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册