mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
now the documentation reflects the actual returned value for a missing translation
This commit is contained in:
@@ -25,7 +25,7 @@ module ActionView
|
||||
# * a titleized version of the last key segment as a text.
|
||||
#
|
||||
# E.g. the value returned for a missing translation key :"blog.post.title" will be
|
||||
# <span class="translation_missing" title="translation missing: blog.post.title">Title</span>.
|
||||
# <span class="translation_missing" title="translation missing: en.blog.post.title">Title</span>.
|
||||
# This way your views will display rather reasonable strings but it will still
|
||||
# be easy to spot missing translations.
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user