Skip to content

Commit 8c55493

Browse files
feat(locale): implement state info on sk locale (#3054)
1 parent 466c8ba commit 8c55493

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

src/locales/sk/location/state.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
export default null;
1+
export default [
2+
'Banskobystrický',
3+
'Bratislavský',
4+
'Košický',
5+
'Nitriansky',
6+
'Prešovský',
7+
'Trenčiansky',
8+
'Trnavský',
9+
'Žilinský',
10+
];

test/all-functional.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const BROKEN_LOCALE_METHODS = {
5050
betweens: '*',
5151
},
5252
location: {
53-
state: ['az', 'nb_NO', 'ro_MD', 'sk'],
53+
state: ['az', 'nb_NO', 'ro_MD'],
5454
zipCode: ['en_HK'],
5555
},
5656
string: {

0 commit comments

Comments
 (0)