Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(locale): cs_CZ state_abbr not applicable #2140

Merged
merged 7 commits into from Jun 19, 2023
6 changes: 1 addition & 5 deletions src/locales/cs_CZ/location/state_abbr.ts
@@ -1,5 +1 @@
import states from './state';

// at the time of adding this I was not able to find
// any information on the existance of state abbreviations
export default states;
export default null;
2 changes: 1 addition & 1 deletion test/all_functional.spec.ts
Expand Up @@ -30,7 +30,7 @@ const BROKEN_LOCALE_METHODS = {
},
location: {
state: ['az', 'nb_NO', 'ro_MD', 'sk'],
stateAbbr: ['ro_MD', 'sk'],
stateAbbr: ['cs_CZ', 'ro_MD', 'sk'],
xDivisionByZerox marked this conversation as resolved.
Show resolved Hide resolved
streetName: [
'af_ZA',
'ar',
Expand Down