lib/pagy/i18n.rb in pagy-7.0.0 vs lib/pagy/i18n.rb in pagy-7.0.1
- old
+ new
@@ -94,9 +94,10 @@
# 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['ckb'] = RULE[:other]
hash['cs'] = RULE[:west_slavic]
hash['id'] = RULE[:other]
hash['fr'] = RULE[:one_upto_two_other]
hash['hr'] = RULE[:east_slavic]
hash['ja'] = RULE[:other]