]> git.openstreetmap.org Git - rails.git/commitdiff
Remove old attempt at i18n.
authorTom Hughes <tom@compton.nu>
Sat, 30 May 2009 15:39:30 +0000 (15:39 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 30 May 2009 15:39:30 +0000 (15:39 +0000)
config/initializers/load_configs.rb
config/text_outputs/en.yml [deleted file]

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']
-
-# 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 (file)
index cb3ab99..0000000
+++ /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"
-
-