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"))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue