# File lib/i18n/backend/interpolation_compiler.rb, line 72
        def direct_key(key)
          "((t = v[#{key}]) && t.respond_to?(:call) ? t.call : t)"
        end