From 1ebefafbf8dc354b97f65996ab18be2455457568 Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Fri, 30 Aug 2024 11:47:34 -0400 Subject: [PATCH] STCOR-878 add nl (Dutch, Flemish) to supported locales Refs STCOR-878 --- CHANGELOG.md | 1 + src/loginServices.js | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9714752..98a6bc4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/src/loginServices.js b/src/loginServices.js index 506de3ca..a40bf5ac 100644 --- a/src/loginServices.js +++ b/src/loginServices.js @@ -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