# File lib/fast_gettext/translation.rb, line 20
    def _(key)
      FastGettext.cached_find(key) or key
    end