annotate .svn/pristine/71/71a3fd6764dd58793b16c5a6e5745dac290e1aec.svn-base @ 1327:287f201c2802 redmine-2.2-integration

Add italic
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 19 Jun 2013 20:56:22 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 # Be sure to restart your server when you modify this file.
Chris@909 2
Chris@909 3 # Add new inflection rules using the following format
Chris@909 4 # (all these examples are active by default):
Chris@909 5 # ActiveSupport::Inflector.inflections do |inflect|
Chris@909 6 # inflect.plural /^(ox)$/i, '\1en'
Chris@909 7 # inflect.singular /^(ox)en/i, '\1'
Chris@909 8 # inflect.irregular 'person', 'people'
Chris@909 9 # inflect.uncountable %w( fish sheep )
Chris@909 10 # end