diff options
| author | Matt Mayer <[email protected]> | 2024-03-14 23:50:51 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-03-14 17:50:51 +0100 |
| commit | a409b468f942d964ce22ff42b52f8a756e0ca815 (patch) | |
| tree | bbff03204518b479aa056cfcf86d2a2520604e49 /src/locales/da | |
| parent | 5ef8ef1da13e83efc61702e64d8f75b611afb4e5 (diff) | |
| download | faker-a409b468f942d964ce22ff42b52f8a756e0ca815.tar.xz faker-a409b468f942d964ce22ff42b52f8a756e0ca815.zip | |
refactor(location)!: remove default_country definitions (#2740)
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'src/locales/da')
| -rw-r--r-- | src/locales/da/location/default_country.ts | 1 | ||||
| -rw-r--r-- | src/locales/da/location/index.ts | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/locales/da/location/default_country.ts b/src/locales/da/location/default_country.ts deleted file mode 100644 index 349313c0..00000000 --- a/src/locales/da/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Danmark']; diff --git a/src/locales/da/location/index.ts b/src/locales/da/location/index.ts index 4fd67fcd..7f846e46 100644 --- a/src/locales/da/location/index.ts +++ b/src/locales/da/location/index.ts @@ -7,7 +7,6 @@ import building_number from './building_number'; import city_name from './city_name'; import city_pattern from './city_pattern'; import country from './country'; -import default_country from './default_country'; import direction from './direction'; import direction_abbr from './direction_abbr'; import postcode from './postcode'; @@ -21,7 +20,6 @@ const location: LocationDefinition = { city_name, city_pattern, country, - default_country, direction, direction_abbr, postcode, |
