X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a6d8043dc25d213f9c6ee397f586ffd97a90c164..1212fbad4ce1b087a8eaad8ee08698e7028cf930:/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