# File lib/fast_gettext/translation_repository/db.rb, line 38
      def [](key)
        @model.translation(key, FastGettext.locale)
      end