X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a8c63724f64ef47e94ed739193314161bbdf9e1b..f70ec189894ef6bc37355cad7990420065a0b2cb:/config/application.rb diff --git a/config/application.rb b/config/application.rb index 651d32907..54390ba29 100644 --- a/config/application.rb +++ b/config/application.rb @@ -53,6 +53,10 @@ module OpenStreetMap # Use memcached for caching if required config.cache_store = :mem_cache_store, Settings.memcache_servers, { :namespace => "rails:cache" } if Settings.key?(:memcache_servers) + # Enable locale fallbacks for I18n (makes lookups for any locale fall back to + # the I18n.default_locale when a translation cannot be found). + config.i18n.fallbacks = true + # Use logstash for logging if required if Settings.key?(:logstash_path) config.logstasher.enabled = true