Skip to content

Commit

Permalink
STCOR-878 add nl (Dutch, Flemish) to supported locales
Browse files Browse the repository at this point in the history
Refs STCOR-878
  • Loading branch information
zburke committed Aug 30, 2024
1 parent 953624d commit 1ebefaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
* Invalidate `QueryClient` cache on login/logout. Refs STCOR-832.
* Ensure support for the passed `tenantId` value by `useChunkedCQLFetch` for manipulations in the context of a specific tenant. Refs STCOR-873.
* When re-authenticating after logout timeout, return to previous location. Refs STCOR-849.
* Add `nl` (Dutch, Flemish) to the supported locales. Refs STCOR-878.

## [10.1.0](https://github.com/folio-org/stripes-core/tree/v10.1.0) (2024-03-12)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.0.0...v10.1.0)
Expand Down
3 changes: 2 additions & 1 deletion src/loginServices.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ export const supportedLocales = [
'it-IT', // italian, italy
'ja', // japanese
'ko', // korean
'nb', // norwegian bokmål"
'nb', // norwegian bokmål
'nl', // dutch, flemish
'nn', // norwegian nynorsk
'pl', // polish
'pt-BR', // portuguese, brazil
Expand Down

0 comments on commit 1ebefaf

Please sign in to comment.