hi all
i just modify /console/config/environment.rb and /s/config/environment.rb change # config.i18n.default_locale = :de to config.i18n.default_locale = 'zh' and i add config.i18n.default_locale = 'zh' in /config/application.rb
after all these modifications, and i restart the server but find that the web page still show english but not chinese
so i write the command rake i18n:check reference this wiki but it still not work
any one can tell me how can i change the default language of canvas-lms?
now i use ruby 1.9.3 and rails 2.3.18