Remove old attempt at i18n.

This commit is contained in:
Tom Hughes 2009-05-30 15:39:30 +00:00
parent cee1cbd586
commit 50ffd2678c
2 changed files with 0 additions and 7 deletions

View 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']
# Load texts in a particular language
TEXT = YAML.load(File.read(RAILS_ROOT + "/config/text_outputs/en.yml"))

View file

@ -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"