aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEric Cheng <[email protected]>2023-08-18 03:30:39 -0400
committerGitHub <[email protected]>2023-08-18 09:30:39 +0200
commitaa1bb131d874591e4d46671b1e82b23fc2a7ad74 (patch)
tree3083225964ea333f12781fc7ba6fe6a3a47aa36b /src
parentb468d5fb32b12cdb9cd4645e0bbe252825dc518a (diff)
downloadfaker-aa1bb131d874591e4d46671b1e82b23fc2a7ad74.tar.xz
faker-aa1bb131d874591e4d46671b1e82b23fc2a7ad74.zip
fix: remove unrelated from de_CH country codes (#2304)
Diffstat (limited to 'src')
-rw-r--r--src/locales/de_CH/location/country_code.ts4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/locales/de_CH/location/country_code.ts b/src/locales/de_CH/location/country_code.ts
index bd629a35..7f8e7f7d 100644
--- a/src/locales/de_CH/location/country_code.ts
+++ b/src/locales/de_CH/location/country_code.ts
@@ -3,8 +3,4 @@ export default [
{ alpha2: 'CH', alpha3: 'CHE' },
{ alpha2: 'DE', alpha3: 'DEU' },
{ alpha2: 'AT', alpha3: 'AUT' },
- { alpha2: 'US', alpha3: 'USA' },
- { alpha2: 'LI', alpha3: 'LIE' },
- { alpha2: 'HK', alpha3: 'HKG' },
- { alpha2: 'VN', alpha3: 'VNM' },
];