Mercurial > hg > soundsoftware-site
view lib/redmine/core_ext/.svn/text-base/string.rb.svn-base @ 717:fce7374e48b7 cannam
Remove language field; we only handle English
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Tue, 04 Oct 2011 10:55:00 +0100 |
parents | 513646585e45 |
children |
line wrap: on
line source
require File.dirname(__FILE__) + '/string/conversions' require File.dirname(__FILE__) + '/string/inflections' class String #:nodoc: include Redmine::CoreExtensions::String::Conversions include Redmine::CoreExtensions::String::Inflections end