]> git.openstreetmap.org Git - rails.git/blobdiff - config/initializers/i18n.rb
Bit more work on the contributor terms page - still very much a work-in-progress.
[rails.git] / config / initializers / i18n.rb
index 52a02313a42f867fa50aa0400d55c058c84fc9f6..b2af5004e463abee8834b404a7864396651de934 100644 (file)
@@ -2,7 +2,6 @@ require 'globalize/i18n/missing_translations_log_handler'
 
 I18n.missing_translations_logger = Logger.new("#{RAILS_ROOT}/log/missing_translations.log")
 I18n.exception_handler = :missing_translations_log_handler
-I18n.load_path += Dir[ File.join(RAILS_ROOT, 'config', 'legales', '*.yml') ]
 
 module I18n
   module Backend