Bit more work on the contributor terms page - still very much a work-in-progress.

This commit is contained in:
Matt Amos 2010-04-12 23:55:05 +00:00
parent 898c47e647
commit 9a9e13af90
13 changed files with 94 additions and 70 deletions

View file

@ -2,7 +2,6 @@ require 'globalize/i18n/missing_translations_log_handler'
I18n.missing_translations_logger = Logger.new("#{RAILS_ROOT}/log/missing_translations.log")
I18n.exception_handler = :missing_translations_log_handler
I18n.load_path += Dir[ File.join(RAILS_ROOT, 'config', 'legales', '*.yml') ]
module I18n
module Backend