X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/98de681e4711ad3bf5526e511002c8f0e91860a8..4543e85441b758edaf7b4a8f7ed589ca428a9be7:/config/environments/development.rb diff --git a/config/environments/development.rb b/config/environments/development.rb index 9065ed8e3..b7e60eb4f 100644 --- a/config/environments/development.rb +++ b/config/environments/development.rb @@ -52,6 +52,9 @@ Rails.application.configure do # Suppress logger output for asset requests. config.assets.quiet = true + # Export translations automatically + config.middleware.use I18n::JS::Middleware + # Raises error for missing translations # config.action_view.raise_on_missing_translations = true