Skip to content

Commit

Permalink
STCOM-1354 add Kosovo to country list (#2377)
Browse files Browse the repository at this point in the history
Add Kosovo to the list of countries and translations. Codes pulled from
https://en.wikipedia.org/wiki/Country_codes:_J%E2%80%93K#_Kosovo.

Refs STCOM-1354

Co-authored-by: John Coburn <[email protected]>
  • Loading branch information
zburke and JohnC-80 authored Oct 29, 2024
1 parent d7e23fb commit ae911bf
Show file tree
Hide file tree
Showing 3 changed files with 3 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 @@
* Change `Repeatable field` focus behaviour. Refs STCOM-1341.
* Fix `<Selection>` bug with option list closing when scrollbar is used. Refs STCOM-1371.
* `<Selection>` - fix bug handling empty string options/values. Refs STCOM-1373.
* Include Kosovo in the countries list. Refs STCOM-1354.
* `<RepeatableField>` - switch to MutationObserver to resolve focus-management issues. Refs STCOM-1372.

## [12.2.0](https://github.com/folio-org/stripes-components/tree/v12.2.0) (2024-10-11)
Expand Down
1 change: 1 addition & 0 deletions translations/stripes-components/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@
"countries.KE": "Kenya",
"countries.KI": "Kiribati",
"countries.KR": "Korea",
"countries.XK": "Kosovo",
"countries.KW": "Kuwait",
"countries.KG": "Kyrgyzstan",
"countries.LA": "Lao People\\'s Democratic Republic",
Expand Down
1 change: 1 addition & 0 deletions util/countries.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ const countries = [
{ alpha2: 'VN', alpha3: 'VNM', numeric: '704' },
{ alpha2: 'VI', alpha3: 'VIR', numeric: '850' },
{ alpha2: 'WF', alpha3: 'WLF', numeric: '876' },
{ alpha2: 'XK', alpha3: 'XXK', numeric: '926' },
{ alpha2: 'EH', alpha3: 'ESH', numeric: '732' },
{ alpha2: 'YE', alpha3: 'YEM', numeric: '887' },
{ alpha2: 'ZM', alpha3: 'ZMB', numeric: '894' },
Expand Down

0 comments on commit ae911bf

Please sign in to comment.