Remove old attempt at i18n.
This commit is contained in:
parent
cee1cbd586
commit
50ffd2678c
2 changed files with 0 additions and 7 deletions
|
@ -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"))
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue