##// END OF EJS Templates
Fixed a merge error in r2830, wrong hook variables where used....
Fixed a merge error in r2830, wrong hook variables where used. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@2831 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1609:7cdd88a6ce36
r2726:3d68b600636e
Show More
30-redmine.rb
7 lines | 179 B | text/x-ruby | RubyLexer
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'