lib/pagy/i18n.rb in pagy-6.1.0 vs lib/pagy/i18n.rb in pagy-6.2.0
- old
+ new
@@ -92,9 +92,10 @@
# Store the RULE to apply to each LOCALE
# the :one_other RULE is the default for locales missing from this list
LOCALE = Hash.new(RULE[:one_other]).tap do |hash|
hash['ar'] = RULE[:arabic]
+ hash['be'] = RULE[:east_slavic]
hash['bs'] = RULE[:east_slavic]
hash['cs'] = RULE[:west_slavic]
hash['id'] = RULE[:other]
hash['fr'] = RULE[:one_upto_two_other]
hash['hr'] = RULE[:east_slavic]