Skip to content

Commit

Permalink
fix(locale): remove incorrect and unused city_prefix/suffix for sk (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmayer authored May 2, 2023
1 parent 7f9e9df commit e094a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 21 deletions.
2 changes: 1 addition & 1 deletion src/locales/sk/location/city_prefix.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default ['North', 'East', 'West', 'South', 'New', 'Lake', 'Port'];
export default null;
21 changes: 1 addition & 20 deletions src/locales/sk/location/city_suffix.ts
Original file line number Diff line number Diff line change
@@ -1,20 +1 @@
export default [
'town',
'ton',
'land',
'ville',
'berg',
'burgh',
'borough',
'bury',
'view',
'port',
'mouth',
'stad',
'furt',
'chester',
'fort',
'haven',
'side',
'shire',
];
export default null;

0 comments on commit e094a5a

Please sign in to comment.