annotate .svn/pristine/7d/7dd1b8397e24cced4bd7016e085055ff385a2960.svn-base @ 1195:7f94e4180a2f feature_564

Only show tags used more than once. Not sure about this one
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Tue, 22 Jan 2013 17:11: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'