From e094a5a7b00bed7da3610bdbb949cc00320d5094 Mon Sep 17 00:00:00 2001 From: Matt Mayer <152770+matthewmayer@users.noreply.github.com> Date: Tue, 2 May 2023 14:54:16 +0700 Subject: fix(locale): remove incorrect and unused city_prefix/suffix for sk (#2117) --- src/locales/sk/location/city_prefix.ts | 2 +- src/locales/sk/location/city_suffix.ts | 21 +-------------------- 2 files changed, 2 insertions(+), 21 deletions(-) (limited to 'src') diff --git a/src/locales/sk/location/city_prefix.ts b/src/locales/sk/location/city_prefix.ts index 6a878062..7646bbd1 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 97d1bc27..7646bbd1 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; -- cgit v1.2.3