0

如果您必须手动添加规则,您在哪里以及如何添加它们?

我正在尝试使用 :locale => "fr" 并根据http://unicode.org/repos/cldr-tmp/trunk/diff/supplemental/language_plural_rules.html,0..2 内的所有内容都应该在“一个” 形式,但我使用值“1.5”得到“其他”形式。

编辑:我说的是这些https://github.com/svenfuchs/i18n/blob/master/test/test_data/locales/plurals.rb

4

1 回答 1

0
# Note that <tt>I18n::Backend::Simple</tt> only supports an algorithm for English
# pluralization rules. Other algorithms can be supported by custom backends.

Source I18n.rb

于 2011-01-29T22:50:35.360 回答