lib/pagy/i18n.rb in pagy-6.5.0 vs lib/pagy/i18n.rb in pagy-7.0.0
- old
+ new
@@ -94,22 +94,19 @@
# 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]
hash['km'] = RULE[:other]
hash['ko'] = RULE[:other]
hash['pl'] = RULE[:polish]
hash['ru'] = RULE[:east_slavic]
hash['sr'] = RULE[:east_slavic]
- hash['sv'] = RULE[:one_two_other]
- hash['sv-SE'] = RULE[:one_two_other]
hash['tr'] = RULE[:other]
hash['uk'] = RULE[:east_slavic]
hash['vi'] = RULE[:other]
hash['zh-CN'] = RULE[:other]
hash['zh-HK'] = RULE[:other]