From 6519bcdb84716a416f5428e99e9e04b5b7ca359f Mon Sep 17 00:00:00 2001 From: Zak Burke Date: Fri, 30 Aug 2024 11:54:52 -0400 Subject: [PATCH] STCOR-878 add nl (Dutch, Flemish) to supported locales (#1528) Refs STCOR-878 (cherry picked from commit f12abff82eadf6066d0cfc278db4b47d623d822c) --- CHANGELOG.md | 5 +++++ src/loginServices.js | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 703291747..c3d27b090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change history for stripes-core +## [10.1.3](https://github.com/folio-org/stripes-core/tree/v10.1.3) (2024-11-19) +[Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.1.2...v10.1.3) + +* Add `nl` (Dutch, Flemish) to the supported locales. Refs STCOR-878. + ## [10.1.2](https://github.com/folio-org/stripes-core/tree/v10.1.2) (2024-10-21) [Full Changelog](https://github.com/folio-org/stripes-core/compare/v10.1.1...v10.1.2) diff --git a/src/loginServices.js b/src/loginServices.js index baf00569a..96ed4064f 100644 --- a/src/loginServices.js +++ b/src/loginServices.js @@ -49,7 +49,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