2011-10-08 17:36:38 -04:00
|
|
|
# Be sure to restart your server when you modify this file.
|
|
|
|
|
|
|
|
# Add new inflection rules using the following format
|
|
|
|
# (all these examples are active by default):
|
|
|
|
# ActiveSupport::Inflector.inflections do |inflect|
|
|
|
|
# inflect.plural /^(ox)$/i, '\1en'
|
|
|
|
# inflect.singular /^(ox)en/i, '\1'
|
|
|
|
# inflect.irregular 'person', 'people'
|
|
|
|
# inflect.uncountable %w( fish sheep )
|
|
|
|
# end
|
2016-04-16 15:09:08 -04:00
|
|
|
#
|
|
|
|
ActiveSupport::Inflector.inflections do |inflect|
|
2017-08-24 07:01:33 -04:00
|
|
|
inflect.uncountable %w(
|
|
|
|
award_emoji
|
2019-10-28 20:06:10 -04:00
|
|
|
container_repository_registry
|
|
|
|
design_registry
|
2019-06-25 11:29:50 -04:00
|
|
|
event_log
|
|
|
|
file_registry
|
2019-10-28 20:06:10 -04:00
|
|
|
group_view
|
2019-06-25 11:29:50 -04:00
|
|
|
job_artifact_registry
|
2019-10-28 20:06:10 -04:00
|
|
|
lfs_object_registry
|
2020-02-05 22:08:47 -05:00
|
|
|
package_file_registry
|
2019-10-28 20:06:10 -04:00
|
|
|
project_auto_devops
|
|
|
|
project_registry
|
|
|
|
project_statistics
|
|
|
|
system_note_metadata
|
2019-06-25 11:29:50 -04:00
|
|
|
vulnerabilities_feedback
|
2019-10-28 20:06:10 -04:00
|
|
|
vulnerability_feedback
|
2017-08-24 07:01:33 -04:00
|
|
|
)
|
2019-06-25 11:29:50 -04:00
|
|
|
inflect.acronym 'EE'
|
2020-02-22 19:09:14 -05:00
|
|
|
inflect.acronym 'CSP'
|
2016-04-16 15:09:08 -04:00
|
|
|
end
|