annotate .svn/pristine/7d/7dd1b8397e24cced4bd7016e085055ff385a2960.svn-base @ 1058:5afaa9c17891 bibplugin_bibtex_display

Using the bibplugin_integration branch from now on.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Mon, 19 Nov 2012 19:01:01 +0000
parents cbb26bc654de
children
rev   line source
Chris@909 1 I18n.default_locale = 'en'
Chris@909 2 # Adds fallback to default locale for untranslated strings
Chris@909 3 I18n::Backend::Simple.send(:include, I18n::Backend::Fallbacks)
Chris@909 4
Chris@909 5 require 'redmine'