From: Tom Hughes Date: Sat, 30 May 2009 15:39:30 +0000 (+0000) Subject: Remove old attempt at i18n. X-Git-Tag: live~7370 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/50ffd2678c7b0855399ab6cfd8b6f674d2ee28c9?hp=cee1cbd58685de43880317c8c732e4ade6439afd Remove old attempt at i18n. --- diff --git a/config/initializers/load_configs.rb b/config/initializers/load_configs.rb index 3f610cbec..988f7a7ca 100644 --- a/config/initializers/load_configs.rb +++ b/config/initializers/load_configs.rb @@ -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'] - -# Load texts in a particular language -TEXT = YAML.load(File.read(RAILS_ROOT + "/config/text_outputs/en.yml")) - diff --git a/config/text_outputs/en.yml b/config/text_outputs/en.yml deleted file mode 100644 index cb3ab99e4..000000000 --- a/config/text_outputs/en.yml +++ /dev/null @@ -1,3 +0,0 @@ -boundary_parameter_required: "The parameter bbox is required, and must be of the form min_lon,min_lat,max_lon,max_lat" - -