eBooru/config/initializers/inflections.rb

19 lines
680 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
2011-08-06 16:22:49 -04:00
# Be sure to restart your server when you modify this file.
2014-04-14 17:32:01 -04:00
# Add new inflection rules using the following format. Inflections
# are locale specific, and you may define rules for as many different
# locales as you wish. All of these examples are active by default:
# ActiveSupport::Inflector.inflections(:en) do |inflect|
2022-10-10 07:22:35 -04:00
# inflect.plural /^(ox)$/i, "\\1en"
# inflect.singular /^(ox)en/i, "\\1"
# inflect.irregular "person", "people"
2011-08-06 16:22:49 -04:00
# inflect.uncountable %w( fish sheep )
# end
2014-04-14 17:32:01 -04:00
2012-01-27 14:22:47 -05:00
# These inflection rules are supported but not enabled by default:
2014-04-14 17:32:01 -04:00
# ActiveSupport::Inflector.inflections(:en) do |inflect|
2022-10-10 07:22:35 -04:00
# inflect.acronym "RESTful"
2012-01-27 14:22:47 -05:00
# end