Skip to content

Commit

Permalink
Include regional de variants in test
Browse files Browse the repository at this point in the history
  • Loading branch information
c960657 committed Nov 8, 2023
1 parent cee5be1 commit 808b3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## unreleased

- Add ordinalization for many locales (be, bs, cs, da, de, eo, et, fa, fi, hr, hu, is, ka,
- Add ordinalization for many locales (be, bs, cs, da, eo, et, fa, fi, hr, hu, is, ka,
lb, lt, lv, mk, nb, ne, nn, pl, sk, sl, sq, sr, sw, tr) #1109

## 7.0.8 (2023-08-15)
Expand Down
2 changes: 1 addition & 1 deletion spec/unit/ordinals_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Mock Rails app in order to trigger the Railtie
let(:app) { double :app, config: config }
let(:config) { double :config, eager_load_namespaces: [], i18n: I18n, rails_i18n: RailsI18n }
let(:period_locales) { %w[be bs cs da de eo et fa fi hr hu is ka lb lt lv mk nb ne nn pl sk sl sq sr sw tr] }
let(:period_locales) { %w[be bs cs da de de-AT de-CH de-DE eo et fa fi hr hu is ka lb lt lv mk nb ne nn pl sk sl sq sr sw tr] }

before do
I18n.available_locales = %w[fr en fr-CA fr-CH fr-FR gd] + period_locales
Expand Down

0 comments on commit 808b3d7

Please sign in to comment.