Skip to content

Commit e094a5a

Browse files
authored
fix(locale): remove incorrect and unused city_prefix/suffix for sk (#2117)
1 parent 7f9e9df commit e094a5a

File tree

2 files changed

+2
-21
lines changed

2 files changed

+2
-21
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export default ['North', 'East', 'West', 'South', 'New', 'Lake', 'Port'];
1+
export default null;
Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1 @@
1-
export default [
2-
'town',
3-
'ton',
4-
'land',
5-
'ville',
6-
'berg',
7-
'burgh',
8-
'borough',
9-
'bury',
10-
'view',
11-
'port',
12-
'mouth',
13-
'stad',
14-
'furt',
15-
'chester',
16-
'fort',
17-
'haven',
18-
'side',
19-
'shire',
20-
];
1+
export default null;

0 commit comments

Comments
 (0)