diff --git a/src/locales/sk/location/city_prefix.ts b/src/locales/sk/location/city_prefix.ts index 6a87806239a..7646bbd17d0 100644 --- a/src/locales/sk/location/city_prefix.ts +++ b/src/locales/sk/location/city_prefix.ts @@ -1 +1 @@ -export default ['North', 'East', 'West', 'South', 'New', 'Lake', 'Port']; +export default null; diff --git a/src/locales/sk/location/city_suffix.ts b/src/locales/sk/location/city_suffix.ts index 97d1bc273cc..7646bbd17d0 100644 --- a/src/locales/sk/location/city_suffix.ts +++ b/src/locales/sk/location/city_suffix.ts @@ -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;