gpt4 book ai didi

ruby - ActiveSupport 的英文复数规则在哪里定义?

转载 作者:太空宇宙 更新时间:2023-11-03 16:38:05 24 4
gpt4 key购买 nike

我找到了 ActiveSupport 变形器类。在哪里可以找到初始化英文变形器的代码?

最佳答案

ActiveSupport inflector.rb文件包含所有词形变化库和模块。

如果您想自定义它,在您的 Rails config/initializers 路径中有一个名为 inflections.rb 的文件。

默认包含

# 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

您可以对其进行编辑以自定义 Inflector 行为。

关于ruby - ActiveSupport 的英文复数规则在哪里定义?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4439867/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com