require i18n in transliterate so it can run in isolated situations

This commit is contained in:
Jack Dempsey 2010-09-13 18:46:00 -04:00 committed by Carl Lerche
parent 0207bc7cc9
commit a427876606
2 changed files with 2 additions and 0 deletions

@ -1,5 +1,6 @@
begin
require 'i18n'
require 'lazy_load_hooks'
rescue LoadError => e
$stderr.puts "You don't have i18n installed in your application. Please add it to your Gemfile and run bundle install"
raise e

@ -1,5 +1,6 @@
# encoding: utf-8
require 'active_support/core_ext/string/multibyte'
require 'active_support/i18n'
module ActiveSupport
module Inflector