now the documentation reflects the actual returned value for a missing translation

This commit is contained in:
gnagno 2011-07-23 08:26:18 -07:00
parent ace3723d2f
commit 72df64b4e1

@ -25,7 +25,7 @@ module TranslationHelper
# * 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.
#