1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-15 13:38:13 +00:00
Jean-Philippe Lang b35064b4f1 Splits initializer.
git-svn-id: http://redmine.rubyforge.org/svn/branches/work@1615 e93f8b46-1217-0410-a6f0-8f06a7374b81
2008-07-03 16:16:32 +00:00

8 lines
179 B
Ruby

GLoc.set_config :default_language => :en
GLoc.clear_strings
GLoc.set_kcode
GLoc.load_localized_strings
GLoc.set_config(:raise_string_not_found_errors => false)
require 'redmine'