~ubuntu-branches/ubuntu/vivid/ruby-i18n/vivid

« back to all changes in this revision

Viewing changes to lib/i18n/backend/interpolation_compiler.rb

  • Committer: Package Import Robot
  • Author(s): Jonas Genannt
  • Date: 2013-11-27 19:26:54 UTC
  • mto: This revision was merged to the branch mainline in revision 6.
  • Revision ID: package-import@ubuntu.com-20131127192654-ihh1sn3y680fvh29
Tags: upstream-0.6.5
ImportĀ upstreamĀ versionĀ 0.6.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        end
78
78
 
79
79
        def missing_key(key)
80
 
          "raise(MissingInterpolationArgument.new(#{key}, self))"
 
80
          "I18n.config.missing_interpolation_argument_handler.call(#{key}, v, self)"
81
81
        end
82
82
 
83
83
        def reserved_key(key)