]> git.openstreetmap.org Git - rails.git/blobdiff - config/initializers/load_configs.rb
Remove old attempt at i18n.
[rails.git] / config / initializers / load_configs.rb
index 3f610cbec4d481cd824fd84b8bdf32d3e389308a..988f7a7ca4ec0b924dc177cb03eba9ff30298d1c 100644 (file)
@@ -4,7 +4,3 @@
 APP_CONFIG = YAML.load(File.read(RAILS_ROOT + "/config/application.yml"))[RAILS_ENV]
 # This will let you more easily use helpers based on url_for in your mailers.
 ActionMailer::Base.default_url_options[:host] = APP_CONFIG['host']
 APP_CONFIG = YAML.load(File.read(RAILS_ROOT + "/config/application.yml"))[RAILS_ENV]
 # This will let you more easily use helpers based on url_for in your mailers.
 ActionMailer::Base.default_url_options[:host] = APP_CONFIG['host']
-
-# Load texts in a particular language
-TEXT = YAML.load(File.read(RAILS_ROOT + "/config/text_outputs/en.yml"))
-