annotate config/initializers/.svn/text-base/30-redmine.rb.svn-base @ 895:a03b3813028a bug_365

changed the projet id from 1 to the first project.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Thu, 02 Feb 2012 14:03:51 +0000
parents 8661b858af72
children
rev   line source
Chris@0 1 I18n.default_locale = 'en'
Chris@119 2 # Adds fallback to default locale for untranslated strings
Chris@119 3 I18n::Backend::Simple.send(:include, I18n::Backend::Fallbacks)
Chris@0 4
Chris@0 5 require 'redmine'