未验证 提交 341b5176 编写于 作者: N Nazar Matus 提交者: GitHub

AbstractController::Translation#t: dup options

上级 607470c9
......@@ -11,6 +11,7 @@ module Translation
# to translate many keys within the same controller / action and gives you a
# simple framework for scoping them consistently.
def translate(key, options = {})
options = options.dup
if key.to_s.first == "."
path = controller_path.tr("/", ".")
defaults = [:"#{path}#{key}"]
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册