aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatt Mayer <[email protected]>2023-05-02 14:54:16 +0700
committerGitHub <[email protected]>2023-05-02 09:54:16 +0200
commite094a5a7b00bed7da3610bdbb949cc00320d5094 (patch)
tree685c7207bb9134111b4d4afb0227522e6b6bf173 /src
parent7f9e9df4221d27b0b41a8ca04ea2cf69e7065613 (diff)
downloadfaker-e094a5a7b00bed7da3610bdbb949cc00320d5094.tar.xz
faker-e094a5a7b00bed7da3610bdbb949cc00320d5094.zip
fix(locale): remove incorrect and unused city_prefix/suffix for sk (#2117)
Diffstat (limited to 'src')
-rw-r--r--src/locales/sk/location/city_prefix.ts2
-rw-r--r--src/locales/sk/location/city_suffix.ts21
2 files changed, 2 insertions, 21 deletions
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;