2023-08-02 16:17:07 -07:00
|
|
|
# Be sure to restart your server when you modify this file.
|
|
|
|
|
|
|
|
# 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|
|
2023-08-03 16:37:45 -07:00
|
|
|
# inflect.plural /^(ox)$/i, "\\1en"
|
|
|
|
# inflect.singular /^(ox)en/i, "\\1"
|
|
|
|
# inflect.irregular "person", "people"
|
2023-08-02 16:17:07 -07:00
|
|
|
# inflect.uncountable %w( fish sheep )
|
|
|
|
# end
|
|
|
|
|
|
|
|
# These inflection rules are supported but not enabled by default:
|
|
|
|
# ActiveSupport::Inflector.inflections(:en) do |inflect|
|
2023-08-03 16:37:45 -07:00
|
|
|
# inflect.acronym "RESTful"
|
2023-08-02 16:17:07 -07:00
|
|
|
# end
|
2023-10-25 15:05:31 -07:00
|
|
|
|
|
|
|
ActiveSupport::Inflector.inflections(:en) do |inflect|
|
2024-12-16 13:10:19 -08:00
|
|
|
# `lib/rocketamf` => `RocketAMF`
|
2023-10-25 15:05:31 -07:00
|
|
|
inflect.acronym "RocketAMF"
|
2024-04-09 07:48:13 -07:00
|
|
|
|
2024-12-16 13:10:19 -08:00
|
|
|
# `neopass.rb` => `NeoPass`
|
2024-04-09 07:48:13 -07:00
|
|
|
inflect.acronym "NeoPass"
|
2024-05-07 16:06:37 -07:00
|
|
|
|
2024-12-16 13:10:19 -08:00
|
|
|
# `nc_mall.rb` => `NCMall`
|
2024-05-07 16:06:37 -07:00
|
|
|
inflect.acronym "NC"
|
2024-12-16 13:10:19 -08:00
|
|
|
|
|
|
|
# `dti_requests.rb` => `DTIRequests`
|
|
|
|
inflect.acronym "DTI"
|
2023-10-25 15:05:31 -07:00
|
|
|
end
|