We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1a134 commit 76c677aCopy full SHA for 76c677a
lib/i18n/interpolate/ruby.rb
@@ -8,7 +8,7 @@ module I18n
8
/%<(\w+)>(.*?\d*\.?\d*[bBdiouxXeEfgGcps])/ # matches placeholders like "%<foo>.d"
9
].freeze
10
INTERPOLATION_PATTERN = Regexp.union(DEFAULT_INTERPOLATION_PATTERNS)
11
- deprecate_constant :INTERPOLATION_PATTERN if respond_to? :deprecate_constant
+ deprecate_constant :INTERPOLATION_PATTERN
12
13
class << self
14
# Return String or raises MissingInterpolationArgument exception.
0 commit comments