Skip to content

Commit

Permalink
Add fallback_in_progress to RESERVED_KEYS list
Browse files Browse the repository at this point in the history
Fixes #378
  • Loading branch information
radar committed Jul 10, 2017
1 parent 260149b commit 09f8065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/i18n.rb
Expand Up @@ -9,7 +9,7 @@ module I18n
autoload :Locale, 'i18n/locale'
autoload :Tests, 'i18n/tests'

RESERVED_KEYS = [:scope, :default, :separator, :resolve, :object, :fallback, :format, :cascade, :throw, :raise, :deep_interpolation]
RESERVED_KEYS = [:scope, :default, :separator, :resolve, :object, :fallback, :fallback_in_progress, :format, :cascade, :throw, :raise, :deep_interpolation]
RESERVED_KEYS_PATTERN = /%\{(#{RESERVED_KEYS.join("|")})\}/

module Base
Expand Down

0 comments on commit 09f8065

Please sign in to comment.