Skip to content

Commit

Permalink
feat(locale): implement state info on sk locale
Browse files Browse the repository at this point in the history
  • Loading branch information
boubkerbribri authored and boubker bribri committed Aug 13, 2024
1 parent bb1a73c commit 19c698d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion src/locales/sk/location/state.ts
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
export default null;
export default [
'Banskobystrický',
'Bratislavský',
'Košický',
'Nitriansky',
'Prešovský',
'Trenčiansky',
'Trnavský',
'Žilinský',
];
2 changes: 1 addition & 1 deletion test/all-functional.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const BROKEN_LOCALE_METHODS = {
betweens: '*',
},
location: {
state: ['az', 'nb_NO', 'ro_MD', 'sk'],
state: ['az', 'nb_NO', 'ro_MD'],
zipCode: ['en_HK'],
},
string: {
Expand Down

0 comments on commit 19c698d

Please sign in to comment.