Skip to content

Commit e86f3b6

Browse files
refactor(locale): cs_CZ state_abbr not applicable (#2140)
1 parent a6f5a39 commit e86f3b6

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
import states from './state';
2-
3-
// at the time of adding this I was not able to find
4-
// any information on the existance of state abbreviations
5-
export default states;
1+
export default null;

test/all_functional.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const BROKEN_LOCALE_METHODS = {
3030
},
3131
location: {
3232
state: ['az', 'nb_NO', 'ro_MD', 'sk'],
33-
stateAbbr: ['ro_MD', 'sk'],
33+
stateAbbr: ['cs_CZ', 'ro_MD', 'sk'],
3434
streetName: [
3535
'af_ZA',
3636
'ar',

0 commit comments

Comments
 (0)