Skip to content

Commit

Permalink
Set raise_on_missing_keys flag to false
Browse files Browse the repository at this point in the history
  • Loading branch information
fosterfarrell9 committed Apr 29, 2024
1 parent 9d499fa commit 2f54227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Application < Rails::Application
config.i18n.default_locale = :de
config.i18n.fallbacks = [:en]
config.i18n.available_locales = [:de, :en]
config.i18n.raise_on_missing_translations = true
config.i18n.raise_on_missing_translations = false
config.time_zone = "Berlin"

# Message serializing. Starting with Rails 7.2, the default is :json.
Expand Down

0 comments on commit 2f54227

Please sign in to comment.