X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f33f1f297e754d2383dba76d613a46427600d7bf..156d6cd2adff978294e2db4a2df789e6e1728eaa:/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