Skip to content

Commit

Permalink
STCOR-645 add cs-CZ to supported locales (#1234)
Browse files Browse the repository at this point in the history
Add `cs-CZ` (Czech, Czechia) to the list of supported locales.

Refs STCOR-645

Co-authored-by: Peter Murray <[email protected]>
  • Loading branch information
zburke and dltj committed Aug 5, 2022
1 parent 7e2855a commit 536a64e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Use documenation's root URL in NavBar `?` link. Refs STCOR-621.
* Allow customization of login page's CSS. Refs STCOR-643.
* Allow customization of navbar CSS. Refs STCOR-644.
* Add `cs_CZ` (Czech, Czechia) to the supported locales. Refs STCOR-645.
* Optionally display Okapi env, mod-configuration, or stripes.config values on about page. Refs STCOR-603.

## [8.2.0](https://github.com/folio-org/stripes-core/tree/v8.2.0) (2022-06-14)
Expand Down
1 change: 1 addition & 0 deletions src/loginServices.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export const supportedLocales = [
'ar', // arabic
'zh-CN', // chinese, china
'zh-TW', // chinese, taiwan
'cs-CZ', // czech, czechia
'da-DK', // danish, denmark
'en-GB', // british english
'en-SE', // english, sweden
Expand Down

0 comments on commit 536a64e

Please sign in to comment.