Skip to content

Commit

Permalink
Merge pull request ManageIQ#18281 from himdel/i18n-11
Browse files Browse the repository at this point in the history
i18n.fallbacks - update for i18n 1.1
  • Loading branch information
kbrock authored Dec 20, 2018
2 parents b8927b0 + 8c6d4e6 commit 6fa158d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
# the I18n.default_locale when a translation can not be found)
config.i18n.fallbacks = true
config.i18n.fallbacks = [I18n.default_locale]

# Send deprecation notices to registered listeners
config.active_support.deprecation = :notify
Expand Down

0 comments on commit 6fa158d

Please sign in to comment.