Skip to content

Commit

Permalink
STCOM-1216 provide correct Italian value for NL country code (#2143)
Browse files Browse the repository at this point in the history
The value for `NL` (Netherlands) in the Italian locale was incorrectly
copied from `AN` (Netherlands Antilles).

Refs STCOM-1216
  • Loading branch information
zburke committed Oct 11, 2023
1 parent 0cc833a commit 5fd3014
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
* Correctly handle multiple `<Callout>` elements when they are manipulated quickly. Refs STCOM-1209.
* Make Advanced search query boxes expandable. Fixes STCOM-1205.
* Fix state mutation in `<AccordionSet>`. Add `onRegisterAccordion` and `onUnregisterAccordion` props. Refs STCOM-1210.
* Italian locale: provide correct value for `NL` country code. Refs STCOM-1216

## [11.0.0](https://github.com/folio-org/stripes-components/tree/v11.0.0) (2023-01-30)
[Full Changelog](https://github.com/folio-org/stripes-components/compare/v10.3.0...v11.0.0)
Expand Down
4 changes: 2 additions & 2 deletions translations/stripes-components/it_IT.json
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
"countries.NA": "Namibia",
"countries.NR": "Nauru",
"countries.NP": "Nepal",
"countries.NL": "Antille Olandesi",
"countries.NL": "Olanda",
"countries.AN": "Antille Olandesi",
"countries.NC": "Nuova Caledonia",
"countries.NZ": "Nuova Zelanda",
Expand Down Expand Up @@ -890,4 +890,4 @@
"advancedSearch.match.containsAll": "Contains all",
"advancedSearch.match.startsWith": "Starts with",
"advancedSearch.match.label": "Match option"
}
}

0 comments on commit 5fd3014

Please sign in to comment.