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 | |
| 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')
120 files changed, 0 insertions, 180 deletions
diff --git a/src/locales/af_ZA/location/default_country.ts b/src/locales/af_ZA/location/default_country.ts deleted file mode 100644 index d74180a7..00000000 --- a/src/locales/af_ZA/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['South Africa']; diff --git a/src/locales/af_ZA/location/index.ts b/src/locales/af_ZA/location/index.ts index 4fd0e9be..8085ed10 100644 --- a/src/locales/af_ZA/location/index.ts +++ b/src/locales/af_ZA/location/index.ts @@ -5,7 +5,6 @@ import type { LocationDefinition } from '../../..'; import city_name from './city_name'; import city_pattern from './city_pattern'; -import default_country from './default_country'; import postcode from './postcode'; import state from './state'; import street_pattern from './street_pattern'; @@ -13,7 +12,6 @@ import street_pattern from './street_pattern'; const location: LocationDefinition = { city_name, city_pattern, - default_country, postcode, state, street_pattern, diff --git a/src/locales/ar/location/default_country.ts b/src/locales/ar/location/default_country.ts deleted file mode 100644 index 2a8aa99c..00000000 --- a/src/locales/ar/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['المملكة العربية السعودية']; diff --git a/src/locales/ar/location/index.ts b/src/locales/ar/location/index.ts index fb9b6671..8d92c4f9 100644 --- a/src/locales/ar/location/index.ts +++ b/src/locales/ar/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 postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -20,7 +19,6 @@ const location: LocationDefinition = { city_name, city_pattern, country, - default_country, postcode, secondary_address, state, diff --git a/src/locales/az/location/default_country.ts b/src/locales/az/location/default_country.ts deleted file mode 100644 index dfd0000e..00000000 --- a/src/locales/az/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Azərbaycan']; diff --git a/src/locales/az/location/index.ts b/src/locales/az/location/index.ts index ac27a96b..dae11a6d 100644 --- a/src/locales/az/location/index.ts +++ b/src/locales/az/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 postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -21,7 +20,6 @@ const location: LocationDefinition = { city_name, city_pattern, country, - default_country, postcode, secondary_address, state, diff --git a/src/locales/cs_CZ/location/default_country.ts b/src/locales/cs_CZ/location/default_country.ts deleted file mode 100644 index 6ae65adc..00000000 --- a/src/locales/cs_CZ/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Česká republika']; diff --git a/src/locales/cs_CZ/location/index.ts b/src/locales/cs_CZ/location/index.ts index 92f0ec95..194cc3e7 100644 --- a/src/locales/cs_CZ/location/index.ts +++ b/src/locales/cs_CZ/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 postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -21,7 +20,6 @@ const location: LocationDefinition = { city_name, city_pattern, country, - default_country, postcode, secondary_address, state, 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, diff --git a/src/locales/de/location/default_country.ts b/src/locales/de/location/default_country.ts deleted file mode 100644 index cb601be2..00000000 --- a/src/locales/de/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Deutschland']; diff --git a/src/locales/de/location/index.ts b/src/locales/de/location/index.ts index c461a280..cf29e47e 100644 --- a/src/locales/de/location/index.ts +++ b/src/locales/de/location/index.ts @@ -9,7 +9,6 @@ import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; import country from './country'; -import default_country from './default_country'; import postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -25,7 +24,6 @@ const location: LocationDefinition = { city_prefix, city_suffix, country, - default_country, postcode, secondary_address, state, diff --git a/src/locales/de_AT/location/default_country.ts b/src/locales/de_AT/location/default_country.ts deleted file mode 100644 index 89b67294..00000000 --- a/src/locales/de_AT/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Österreich']; diff --git a/src/locales/de_AT/location/index.ts b/src/locales/de_AT/location/index.ts index 92f0ec95..194cc3e7 100644 --- a/src/locales/de_AT/location/index.ts +++ b/src/locales/de_AT/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 postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -21,7 +20,6 @@ const location: LocationDefinition = { city_name, city_pattern, country, - default_country, postcode, secondary_address, state, diff --git a/src/locales/de_CH/location/default_country.ts b/src/locales/de_CH/location/default_country.ts deleted file mode 100644 index 1e7df052..00000000 --- a/src/locales/de_CH/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Schweiz']; diff --git a/src/locales/de_CH/location/index.ts b/src/locales/de_CH/location/index.ts index d0c65771..52cefeb4 100644 --- a/src/locales/de_CH/location/index.ts +++ b/src/locales/de_CH/location/index.ts @@ -6,7 +6,6 @@ import type { LocationDefinition } from '../../..'; import city_name from './city_name'; import city_pattern from './city_pattern'; import country_code from './country_code'; -import default_country from './default_country'; import postcode from './postcode'; import state from './state'; import state_abbr from './state_abbr'; @@ -17,7 +16,6 @@ const location: LocationDefinition = { city_name, city_pattern, country_code, - default_country, postcode, state, state_abbr, diff --git a/src/locales/dv/location/default_country.ts b/src/locales/dv/location/default_country.ts deleted file mode 100644 index dea3d3e7..00000000 --- a/src/locales/dv/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['ދިވެހިރާއްޖެ']; diff --git a/src/locales/dv/location/index.ts b/src/locales/dv/location/index.ts index 78ff9030..cb99bfe4 100644 --- a/src/locales/dv/location/index.ts +++ b/src/locales/dv/location/index.ts @@ -7,7 +7,6 @@ import city_name from './city_name'; import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; -import default_country from './default_country'; import postcode from './postcode'; import street_pattern from './street_pattern'; import street_suffix from './street_suffix'; @@ -17,7 +16,6 @@ const location: LocationDefinition = { city_pattern, city_prefix, city_suffix, - default_country, postcode, street_pattern, street_suffix, diff --git a/src/locales/el/location/default_country.ts b/src/locales/el/location/default_country.ts deleted file mode 100644 index 11162d61..00000000 --- a/src/locales/el/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Ελλάδα']; diff --git a/src/locales/el/location/index.ts b/src/locales/el/location/index.ts index 1c59f600..c377b03f 100644 --- a/src/locales/el/location/index.ts +++ b/src/locales/el/location/index.ts @@ -5,13 +5,11 @@ import type { LocationDefinition } from '../../..'; import city_name from './city_name'; import city_pattern from './city_pattern'; -import default_country from './default_country'; import street_pattern from './street_pattern'; const location: LocationDefinition = { city_name, city_pattern, - default_country, street_pattern, }; diff --git a/src/locales/en/location/default_country.ts b/src/locales/en/location/default_country.ts deleted file mode 100644 index 6ae05a91..00000000 --- a/src/locales/en/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['United States of America']; diff --git a/src/locales/en/location/index.ts b/src/locales/en/location/index.ts index f0a8ab69..1459ecf0 100644 --- a/src/locales/en/location/index.ts +++ b/src/locales/en/location/index.ts @@ -10,7 +10,6 @@ import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; import country from './country'; import county from './county'; -import default_country from './default_country'; import direction from './direction'; import direction_abbr from './direction_abbr'; import postcode from './postcode'; @@ -30,7 +29,6 @@ const location: LocationDefinition = { city_suffix, country, county, - default_country, direction, direction_abbr, postcode, diff --git a/src/locales/en_AU/location/default_country.ts b/src/locales/en_AU/location/default_country.ts deleted file mode 100644 index 22b61281..00000000 --- a/src/locales/en_AU/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Australia']; diff --git a/src/locales/en_AU/location/index.ts b/src/locales/en_AU/location/index.ts index 0a75260d..82cd9a18 100644 --- a/src/locales/en_AU/location/index.ts +++ b/src/locales/en_AU/location/index.ts @@ -5,7 +5,6 @@ import type { LocationDefinition } from '../../..'; import building_number from './building_number'; import city_pattern from './city_pattern'; -import default_country from './default_country'; import postcode from './postcode'; import state from './state'; import state_abbr from './state_abbr'; @@ -15,7 +14,6 @@ import street_suffix from './street_suffix'; const location: LocationDefinition = { building_number, city_pattern, - default_country, postcode, state, state_abbr, diff --git a/src/locales/en_AU_ocker/location/default_country.ts b/src/locales/en_AU_ocker/location/default_country.ts deleted file mode 100644 index 22b61281..00000000 --- a/src/locales/en_AU_ocker/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Australia']; diff --git a/src/locales/en_AU_ocker/location/index.ts b/src/locales/en_AU_ocker/location/index.ts index 52ac6ba8..f5878ddb 100644 --- a/src/locales/en_AU_ocker/location/index.ts +++ b/src/locales/en_AU_ocker/location/index.ts @@ -6,7 +6,6 @@ import type { LocationDefinition } from '../../..'; import building_number from './building_number'; import city_name from './city_name'; import city_pattern from './city_pattern'; -import default_country from './default_country'; import postcode from './postcode'; import region from './region'; import state from './state'; @@ -19,7 +18,6 @@ const location: LocationDefinition = { building_number, city_name, city_pattern, - default_country, postcode, region, state, diff --git a/src/locales/en_CA/location/default_country.ts b/src/locales/en_CA/location/default_country.ts deleted file mode 100644 index 1e2794ff..00000000 --- a/src/locales/en_CA/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Canada']; diff --git a/src/locales/en_CA/location/index.ts b/src/locales/en_CA/location/index.ts index 3dab9b5c..9f6d2f7d 100644 --- a/src/locales/en_CA/location/index.ts +++ b/src/locales/en_CA/location/index.ts @@ -5,7 +5,6 @@ import type { LocationDefinition } from '../../..'; import city_name from './city_name'; import city_pattern from './city_pattern'; -import default_country from './default_country'; import postcode from './postcode'; import state from './state'; import state_abbr from './state_abbr'; @@ -14,7 +13,6 @@ import street_pattern from './street_pattern'; const location: LocationDefinition = { city_name, city_pattern, - default_country, postcode, state, state_abbr, diff --git a/src/locales/en_GB/location/default_country.ts b/src/locales/en_GB/location/default_country.ts deleted file mode 100644 index 7aabd725..00000000 --- a/src/locales/en_GB/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['England', 'Scotland', 'Wales', 'Northern Ireland']; diff --git a/src/locales/en_GB/location/index.ts b/src/locales/en_GB/location/index.ts index f11732fb..0f9fe8f6 100644 --- a/src/locales/en_GB/location/index.ts +++ b/src/locales/en_GB/location/index.ts @@ -9,7 +9,6 @@ import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; import county from './county'; -import default_country from './default_country'; import postcode from './postcode'; import state from './state'; import state_abbr from './state_abbr'; @@ -24,7 +23,6 @@ const location: LocationDefinition = { city_prefix, city_suffix, county, - default_country, postcode, state, state_abbr, diff --git a/src/locales/en_GH/location/default_country.ts b/src/locales/en_GH/location/default_country.ts deleted file mode 100644 index e88964ea..00000000 --- a/src/locales/en_GH/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Ghana']; diff --git a/src/locales/en_GH/location/index.ts b/src/locales/en_GH/location/index.ts index f2f1513b..db92da63 100644 --- a/src/locales/en_GH/location/index.ts +++ b/src/locales/en_GH/location/index.ts @@ -6,7 +6,6 @@ import type { LocationDefinition } from '../../..'; import building_number from './building_number'; import city_name from './city_name'; import city_pattern from './city_pattern'; -import default_country from './default_country'; import postcode from './postcode'; import state from './state'; import street_address from './street_address'; @@ -18,7 +17,6 @@ const location: LocationDefinition = { building_number, city_name, city_pattern, - default_country, postcode, state, street_address, diff --git a/src/locales/en_HK/location/default_country.ts b/src/locales/en_HK/location/default_country.ts deleted file mode 100644 index 1689f8f4..00000000 --- a/src/locales/en_HK/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Hong Kong']; diff --git a/src/locales/en_HK/location/index.ts b/src/locales/en_HK/location/index.ts index eedd427f..1f3602da 100644 --- a/src/locales/en_HK/location/index.ts +++ b/src/locales/en_HK/location/index.ts @@ -6,7 +6,6 @@ import type { LocationDefinition } from '../../..'; import building_number from './building_number'; import city_name from './city_name'; import city_pattern from './city_pattern'; -import default_country from './default_country'; import postcode from './postcode'; import postcode_by_state from './postcode_by_state'; import state from './state'; @@ -21,7 +20,6 @@ const location: LocationDefinition = { building_number, city_name, city_pattern, - default_country, postcode, postcode_by_state, state, diff --git a/src/locales/en_IE/location/default_country.ts b/src/locales/en_IE/location/default_country.ts deleted file mode 100644 index 32ba70b6..00000000 --- a/src/locales/en_IE/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Ireland']; diff --git a/src/locales/en_IE/location/index.ts b/src/locales/en_IE/location/index.ts index a4b7d37e..de013f22 100644 --- a/src/locales/en_IE/location/index.ts +++ b/src/locales/en_IE/location/index.ts @@ -5,14 +5,12 @@ import type { LocationDefinition } from '../../..'; import city_pattern from './city_pattern'; import county from './county'; -import default_country from './default_country'; import postcode from './postcode'; import street_pattern from './street_pattern'; const location: LocationDefinition = { city_pattern, county, - default_country, postcode, street_pattern, }; diff --git a/src/locales/en_IN/location/default_country.ts b/src/locales/en_IN/location/default_country.ts deleted file mode 100644 index 87bdc7a2..00000000 --- a/src/locales/en_IN/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['India', 'Indian Republic', 'Bharat', 'Hindustan']; diff --git a/src/locales/en_IN/location/index.ts b/src/locales/en_IN/location/index.ts index 3dab9b5c..9f6d2f7d 100644 --- a/src/locales/en_IN/location/index.ts +++ b/src/locales/en_IN/location/index.ts @@ -5,7 +5,6 @@ import type { LocationDefinition } from '../../..'; import city_name from './city_name'; import city_pattern from './city_pattern'; -import default_country from './default_country'; import postcode from './postcode'; import state from './state'; import state_abbr from './state_abbr'; @@ -14,7 +13,6 @@ import street_pattern from './street_pattern'; const location: LocationDefinition = { city_name, city_pattern, - default_country, postcode, state, state_abbr, diff --git a/src/locales/en_NG/location/default_country.ts b/src/locales/en_NG/location/default_country.ts deleted file mode 100644 index b51d4b34..00000000 --- a/src/locales/en_NG/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Nigeria', 'Federal Republic of Nigeria', 'NG', 'NGN']; diff --git a/src/locales/en_NG/location/index.ts b/src/locales/en_NG/location/index.ts index 4fd0e9be..8085ed10 100644 --- a/src/locales/en_NG/location/index.ts +++ b/src/locales/en_NG/location/index.ts @@ -5,7 +5,6 @@ import type { LocationDefinition } from '../../..'; import city_name from './city_name'; import city_pattern from './city_pattern'; -import default_country from './default_country'; import postcode from './postcode'; import state from './state'; import street_pattern from './street_pattern'; @@ -13,7 +12,6 @@ import street_pattern from './street_pattern'; const location: LocationDefinition = { city_name, city_pattern, - default_country, postcode, state, street_pattern, diff --git a/src/locales/en_US/location/default_country.ts b/src/locales/en_US/location/default_country.ts deleted file mode 100644 index 569943f7..00000000 --- a/src/locales/en_US/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['United States', 'United States of America', 'USA']; diff --git a/src/locales/en_US/location/index.ts b/src/locales/en_US/location/index.ts index 36d969ac..8ba90b2e 100644 --- a/src/locales/en_US/location/index.ts +++ b/src/locales/en_US/location/index.ts @@ -5,7 +5,6 @@ import type { LocationDefinition } from '../../..'; import city_pattern from './city_pattern'; import county from './county'; -import default_country from './default_country'; import postcode_by_state from './postcode_by_state'; import street_name from './street_name'; import street_pattern from './street_pattern'; @@ -13,7 +12,6 @@ import street_pattern from './street_pattern'; const location: LocationDefinition = { city_pattern, county, - default_country, postcode_by_state, street_name, street_pattern, diff --git a/src/locales/en_ZA/location/default_country.ts b/src/locales/en_ZA/location/default_country.ts deleted file mode 100644 index df5e4c54..00000000 --- a/src/locales/en_ZA/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['South Africa', 'The Republic of South Africa', 'SA']; diff --git a/src/locales/en_ZA/location/index.ts b/src/locales/en_ZA/location/index.ts index 4fd0e9be..8085ed10 100644 --- a/src/locales/en_ZA/location/index.ts +++ b/src/locales/en_ZA/location/index.ts @@ -5,7 +5,6 @@ import type { LocationDefinition } from '../../..'; import city_name from './city_name'; import city_pattern from './city_pattern'; -import default_country from './default_country'; import postcode from './postcode'; import state from './state'; import street_pattern from './street_pattern'; @@ -13,7 +12,6 @@ import street_pattern from './street_pattern'; const location: LocationDefinition = { city_name, city_pattern, - default_country, postcode, state, street_pattern, diff --git a/src/locales/eo/location/default_country.ts b/src/locales/eo/location/default_country.ts deleted file mode 100644 index d59f7c9d..00000000 --- a/src/locales/eo/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Esperantujo']; diff --git a/src/locales/eo/location/index.ts b/src/locales/eo/location/index.ts index d1f731a1..1d089079 100644 --- a/src/locales/eo/location/index.ts +++ b/src/locales/eo/location/index.ts @@ -7,7 +7,6 @@ import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; import country from './country'; -import default_country from './default_country'; import direction from './direction'; import direction_abbr from './direction_abbr'; import secondary_address from './secondary_address'; @@ -21,7 +20,6 @@ const location: LocationDefinition = { city_prefix, city_suffix, country, - default_country, direction, direction_abbr, secondary_address, diff --git a/src/locales/es/location/default_country.ts b/src/locales/es/location/default_country.ts deleted file mode 100644 index 00bdb1cd..00000000 --- a/src/locales/es/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['España']; diff --git a/src/locales/es/location/index.ts b/src/locales/es/location/index.ts index c1db37ce..8f5b5d0b 100644 --- a/src/locales/es/location/index.ts +++ b/src/locales/es/location/index.ts @@ -8,7 +8,6 @@ import city_name from './city_name'; import city_pattern from './city_pattern'; import country from './country'; import county from './county'; -import default_country from './default_country'; import postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -23,7 +22,6 @@ const location: LocationDefinition = { city_pattern, country, county, - default_country, postcode, secondary_address, state, diff --git a/src/locales/es_MX/location/default_country.ts b/src/locales/es_MX/location/default_country.ts deleted file mode 100644 index bb0fd48c..00000000 --- a/src/locales/es_MX/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['México']; diff --git a/src/locales/es_MX/location/index.ts b/src/locales/es_MX/location/index.ts index 5feda6eb..83d77eaf 100644 --- a/src/locales/es_MX/location/index.ts +++ b/src/locales/es_MX/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 postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -22,7 +21,6 @@ const location: LocationDefinition = { city_name, city_pattern, country, - default_country, postcode, secondary_address, state, diff --git a/src/locales/fa/location/default_country.ts b/src/locales/fa/location/default_country.ts deleted file mode 100644 index 2a2419ee..00000000 --- a/src/locales/fa/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['ایران']; diff --git a/src/locales/fa/location/index.ts b/src/locales/fa/location/index.ts index eca51240..e861d956 100644 --- a/src/locales/fa/location/index.ts +++ b/src/locales/fa/location/index.ts @@ -9,7 +9,6 @@ import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; import country from './country'; -import default_country from './default_country'; import direction from './direction'; import postcode from './postcode'; import secondary_address from './secondary_address'; @@ -26,7 +25,6 @@ const location: LocationDefinition = { city_prefix, city_suffix, country, - default_country, direction, postcode, secondary_address, diff --git a/src/locales/fr/location/default_country.ts b/src/locales/fr/location/default_country.ts deleted file mode 100644 index b6a445ac..00000000 --- a/src/locales/fr/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['France']; diff --git a/src/locales/fr/location/index.ts b/src/locales/fr/location/index.ts index 34137f05..69b352fd 100644 --- a/src/locales/fr/location/index.ts +++ b/src/locales/fr/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 postcode from './postcode'; import secondary_address from './secondary_address'; @@ -22,7 +21,6 @@ const location: LocationDefinition = { city_name, city_pattern, country, - default_country, direction, postcode, secondary_address, diff --git a/src/locales/fr_BE/location/default_country.ts b/src/locales/fr_BE/location/default_country.ts deleted file mode 100644 index 45acdc5a..00000000 --- a/src/locales/fr_BE/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Belgique']; diff --git a/src/locales/fr_BE/location/index.ts b/src/locales/fr_BE/location/index.ts index 4fda03ad..4f6c2865 100644 --- a/src/locales/fr_BE/location/index.ts +++ b/src/locales/fr_BE/location/index.ts @@ -7,7 +7,6 @@ import building_number from './building_number'; import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; -import default_country from './default_country'; import postcode from './postcode'; import state from './state'; import state_abbr from './state_abbr'; @@ -21,7 +20,6 @@ const location: LocationDefinition = { city_pattern, city_prefix, city_suffix, - default_country, postcode, state, state_abbr, diff --git a/src/locales/fr_CA/location/default_country.ts b/src/locales/fr_CA/location/default_country.ts deleted file mode 100644 index 1e2794ff..00000000 --- a/src/locales/fr_CA/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Canada']; diff --git a/src/locales/fr_CA/location/index.ts b/src/locales/fr_CA/location/index.ts index cd061ebd..4567ecde 100644 --- a/src/locales/fr_CA/location/index.ts +++ b/src/locales/fr_CA/location/index.ts @@ -4,7 +4,6 @@ */ import type { LocationDefinition } from '../../..'; import city_pattern from './city_pattern'; -import default_country from './default_country'; import postcode from './postcode'; import state from './state'; import state_abbr from './state_abbr'; @@ -12,7 +11,6 @@ import street_pattern from './street_pattern'; const location: LocationDefinition = { city_pattern, - default_country, postcode, state, state_abbr, diff --git a/src/locales/fr_CH/location/default_country.ts b/src/locales/fr_CH/location/default_country.ts deleted file mode 100644 index e3615f33..00000000 --- a/src/locales/fr_CH/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Suisse']; diff --git a/src/locales/fr_CH/location/index.ts b/src/locales/fr_CH/location/index.ts index cd1c7095..de2e14ee 100644 --- a/src/locales/fr_CH/location/index.ts +++ b/src/locales/fr_CH/location/index.ts @@ -8,7 +8,6 @@ import city_name from './city_name'; import city_pattern from './city_pattern'; import country from './country'; import country_code from './country_code'; -import default_country from './default_country'; import direction from './direction'; import postcode from './postcode'; import secondary_address from './secondary_address'; @@ -25,7 +24,6 @@ const location: LocationDefinition = { city_pattern, country, country_code, - default_country, direction, postcode, secondary_address, diff --git a/src/locales/fr_SN/location/default_country.ts b/src/locales/fr_SN/location/default_country.ts deleted file mode 100644 index dd6221e0..00000000 --- a/src/locales/fr_SN/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Sénégal']; diff --git a/src/locales/fr_SN/location/index.ts b/src/locales/fr_SN/location/index.ts index c13e4805..c6a86528 100644 --- a/src/locales/fr_SN/location/index.ts +++ b/src/locales/fr_SN/location/index.ts @@ -6,7 +6,6 @@ import type { LocationDefinition } from '../../..'; import building_number from './building_number'; import city_name from './city_name'; import city_pattern from './city_pattern'; -import default_country from './default_country'; import postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -19,7 +18,6 @@ const location: LocationDefinition = { building_number, city_name, city_pattern, - default_country, postcode, secondary_address, state, diff --git a/src/locales/he/location/default_country.ts b/src/locales/he/location/default_country.ts deleted file mode 100644 index 04807df0..00000000 --- a/src/locales/he/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['ישראל']; diff --git a/src/locales/he/location/index.ts b/src/locales/he/location/index.ts index 5a40fb84..b41044b4 100644 --- a/src/locales/he/location/index.ts +++ b/src/locales/he/location/index.ts @@ -8,7 +8,6 @@ import city_name from './city_name'; import city_pattern from './city_pattern'; import country from './country'; import county from './county'; -import default_country from './default_country'; import direction from './direction'; import direction_abbr from './direction_abbr'; import postcode from './postcode'; @@ -26,7 +25,6 @@ const location: LocationDefinition = { city_pattern, country, county, - default_country, direction, direction_abbr, postcode, diff --git a/src/locales/hr/location/default_country.ts b/src/locales/hr/location/default_country.ts deleted file mode 100644 index e1374812..00000000 --- a/src/locales/hr/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Hrvatska']; diff --git a/src/locales/hr/location/index.ts b/src/locales/hr/location/index.ts index ebf8d61e..e8db35f6 100644 --- a/src/locales/hr/location/index.ts +++ b/src/locales/hr/location/index.ts @@ -8,7 +8,6 @@ import city_name from './city_name'; import city_pattern from './city_pattern'; import country from './country'; import county from './county'; -import default_country from './default_country'; import postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -22,7 +21,6 @@ const location: LocationDefinition = { city_pattern, country, county, - default_country, postcode, secondary_address, state, diff --git a/src/locales/hy/location/default_country.ts b/src/locales/hy/location/default_country.ts deleted file mode 100644 index c028e639..00000000 --- a/src/locales/hy/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Արցախի Հանրապետություն']; diff --git a/src/locales/hy/location/index.ts b/src/locales/hy/location/index.ts index 346d1d07..8455832d 100644 --- a/src/locales/hy/location/index.ts +++ b/src/locales/hy/location/index.ts @@ -8,7 +8,6 @@ import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; import country from './country'; -import default_country from './default_country'; import direction from './direction'; import secondary_address from './secondary_address'; import state from './state'; @@ -22,7 +21,6 @@ const location: LocationDefinition = { city_prefix, city_suffix, country, - default_country, direction, secondary_address, state, diff --git a/src/locales/id_ID/location/default_country.ts b/src/locales/id_ID/location/default_country.ts deleted file mode 100644 index f73249aa..00000000 --- a/src/locales/id_ID/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Indonesia']; diff --git a/src/locales/id_ID/location/index.ts b/src/locales/id_ID/location/index.ts index 6146806a..e2c5f401 100644 --- a/src/locales/id_ID/location/index.ts +++ b/src/locales/id_ID/location/index.ts @@ -6,7 +6,6 @@ import type { LocationDefinition } from '../../..'; import building_number from './building_number'; import city_name from './city_name'; import city_pattern from './city_pattern'; -import default_country from './default_country'; import postcode from './postcode'; import state from './state'; import street_address from './street_address'; @@ -17,7 +16,6 @@ const location: LocationDefinition = { building_number, city_name, city_pattern, - default_country, postcode, state, street_address, diff --git a/src/locales/it/location/default_country.ts b/src/locales/it/location/default_country.ts deleted file mode 100644 index 5b217301..00000000 --- a/src/locales/it/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Italia']; diff --git a/src/locales/it/location/index.ts b/src/locales/it/location/index.ts index 21a3cdac..639ced2d 100644 --- a/src/locales/it/location/index.ts +++ b/src/locales/it/location/index.ts @@ -9,7 +9,6 @@ import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; import country from './country'; -import default_country from './default_country'; import postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -25,7 +24,6 @@ const location: LocationDefinition = { city_prefix, city_suffix, country, - default_country, postcode, secondary_address, state, diff --git a/src/locales/ka_GE/location/default_country.ts b/src/locales/ka_GE/location/default_country.ts deleted file mode 100644 index 9e5a8f57..00000000 --- a/src/locales/ka_GE/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['საქართველო']; diff --git a/src/locales/ka_GE/location/index.ts b/src/locales/ka_GE/location/index.ts index a5e757db..01e7bd47 100644 --- a/src/locales/ka_GE/location/index.ts +++ b/src/locales/ka_GE/location/index.ts @@ -9,7 +9,6 @@ import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; import country from './country'; -import default_country from './default_country'; import postcode from './postcode'; import secondary_address from './secondary_address'; import street_address from './street_address'; @@ -24,7 +23,6 @@ const location: LocationDefinition = { city_prefix, city_suffix, country, - default_country, postcode, secondary_address, street_address, diff --git a/src/locales/lv/location/default_country.ts b/src/locales/lv/location/default_country.ts deleted file mode 100644 index aef18df4..00000000 --- a/src/locales/lv/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Latvija']; diff --git a/src/locales/lv/location/index.ts b/src/locales/lv/location/index.ts index ac27a96b..dae11a6d 100644 --- a/src/locales/lv/location/index.ts +++ b/src/locales/lv/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 postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -21,7 +20,6 @@ const location: LocationDefinition = { city_name, city_pattern, country, - default_country, postcode, secondary_address, state, diff --git a/src/locales/mk/location/default_country.ts b/src/locales/mk/location/default_country.ts deleted file mode 100644 index 5895c58b..00000000 --- a/src/locales/mk/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Македонија']; diff --git a/src/locales/mk/location/index.ts b/src/locales/mk/location/index.ts index 8ae8c607..0156f2ef 100644 --- a/src/locales/mk/location/index.ts +++ b/src/locales/mk/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 postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -20,7 +19,6 @@ const location: LocationDefinition = { city_name, city_pattern, country, - default_country, postcode, secondary_address, state, diff --git a/src/locales/nb_NO/location/default_country.ts b/src/locales/nb_NO/location/default_country.ts deleted file mode 100644 index 8dcc45bd..00000000 --- a/src/locales/nb_NO/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Norge']; diff --git a/src/locales/nb_NO/location/index.ts b/src/locales/nb_NO/location/index.ts index fbe1365b..5c738b99 100644 --- a/src/locales/nb_NO/location/index.ts +++ b/src/locales/nb_NO/location/index.ts @@ -8,7 +8,6 @@ import city_name from './city_name'; import city_pattern from './city_pattern'; import city_suffix from './city_suffix'; import common_street_suffix from './common_street_suffix'; -import default_country from './default_country'; import postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -24,7 +23,6 @@ const location: LocationDefinition = { city_pattern, city_suffix, common_street_suffix, - default_country, postcode, secondary_address, state, diff --git a/src/locales/ne/location/default_country.ts b/src/locales/ne/location/default_country.ts deleted file mode 100644 index 74b36aaa..00000000 --- a/src/locales/ne/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Nepal']; diff --git a/src/locales/ne/location/index.ts b/src/locales/ne/location/index.ts index 4fd0e9be..8085ed10 100644 --- a/src/locales/ne/location/index.ts +++ b/src/locales/ne/location/index.ts @@ -5,7 +5,6 @@ import type { LocationDefinition } from '../../..'; import city_name from './city_name'; import city_pattern from './city_pattern'; -import default_country from './default_country'; import postcode from './postcode'; import state from './state'; import street_pattern from './street_pattern'; @@ -13,7 +12,6 @@ import street_pattern from './street_pattern'; const location: LocationDefinition = { city_name, city_pattern, - default_country, postcode, state, street_pattern, diff --git a/src/locales/nl/location/default_country.ts b/src/locales/nl/location/default_country.ts deleted file mode 100644 index ab089bd9..00000000 --- a/src/locales/nl/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Nederland']; diff --git a/src/locales/nl/location/index.ts b/src/locales/nl/location/index.ts index 61bff354..f4fec48e 100644 --- a/src/locales/nl/location/index.ts +++ b/src/locales/nl/location/index.ts @@ -8,7 +8,6 @@ import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; import country from './country'; -import default_country from './default_country'; import postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -23,7 +22,6 @@ const location: LocationDefinition = { city_prefix, city_suffix, country, - default_country, postcode, secondary_address, state, diff --git a/src/locales/nl_BE/location/default_country.ts b/src/locales/nl_BE/location/default_country.ts deleted file mode 100644 index 35a7abfd..00000000 --- a/src/locales/nl_BE/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['België']; diff --git a/src/locales/nl_BE/location/index.ts b/src/locales/nl_BE/location/index.ts index 4aaf1486..0da19bab 100644 --- a/src/locales/nl_BE/location/index.ts +++ b/src/locales/nl_BE/location/index.ts @@ -7,7 +7,6 @@ import building_number from './building_number'; import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; -import default_country from './default_country'; import postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -21,7 +20,6 @@ const location: LocationDefinition = { city_pattern, city_prefix, city_suffix, - default_country, postcode, secondary_address, state, diff --git a/src/locales/pl/location/default_country.ts b/src/locales/pl/location/default_country.ts deleted file mode 100644 index cacb91a2..00000000 --- a/src/locales/pl/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Polska']; diff --git a/src/locales/pl/location/index.ts b/src/locales/pl/location/index.ts index 8331d5bf..3610e301 100644 --- a/src/locales/pl/location/index.ts +++ b/src/locales/pl/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'; @@ -23,7 +22,6 @@ const location: LocationDefinition = { city_name, city_pattern, country, - default_country, direction, direction_abbr, postcode, diff --git a/src/locales/pt_BR/location/default_country.ts b/src/locales/pt_BR/location/default_country.ts deleted file mode 100644 index 82724f26..00000000 --- a/src/locales/pt_BR/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Brasil']; diff --git a/src/locales/pt_BR/location/index.ts b/src/locales/pt_BR/location/index.ts index f2237c0e..76748468 100644 --- a/src/locales/pt_BR/location/index.ts +++ b/src/locales/pt_BR/location/index.ts @@ -8,7 +8,6 @@ import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; import country from './country'; -import default_country from './default_country'; import postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -22,7 +21,6 @@ const location: LocationDefinition = { city_prefix, city_suffix, country, - default_country, postcode, secondary_address, state, diff --git a/src/locales/pt_PT/location/default_country.ts b/src/locales/pt_PT/location/default_country.ts deleted file mode 100644 index d5a257f1..00000000 --- a/src/locales/pt_PT/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Portugal']; diff --git a/src/locales/pt_PT/location/index.ts b/src/locales/pt_PT/location/index.ts index df90e11c..7ac8d3a1 100644 --- a/src/locales/pt_PT/location/index.ts +++ b/src/locales/pt_PT/location/index.ts @@ -9,7 +9,6 @@ import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; import country from './country'; -import default_country from './default_country'; import direction from './direction'; import postcode from './postcode'; import secondary_address from './secondary_address'; @@ -25,7 +24,6 @@ const location: LocationDefinition = { city_prefix, city_suffix, country, - default_country, direction, postcode, secondary_address, diff --git a/src/locales/ro/location/default_country.ts b/src/locales/ro/location/default_country.ts deleted file mode 100644 index 923e2395..00000000 --- a/src/locales/ro/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['România']; diff --git a/src/locales/ro/location/index.ts b/src/locales/ro/location/index.ts index 6b760c9e..e470f51b 100644 --- a/src/locales/ro/location/index.ts +++ b/src/locales/ro/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 county from './county'; -import default_country from './default_country'; import postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -22,7 +21,6 @@ const location: LocationDefinition = { city_name, city_pattern, county, - default_country, postcode, secondary_address, state, diff --git a/src/locales/ro_MD/location/default_country.ts b/src/locales/ro_MD/location/default_country.ts deleted file mode 100644 index e7b31163..00000000 --- a/src/locales/ro_MD/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Republica Moldova']; diff --git a/src/locales/ro_MD/location/index.ts b/src/locales/ro_MD/location/index.ts index 22b35a1a..40c4e066 100644 --- a/src/locales/ro_MD/location/index.ts +++ b/src/locales/ro_MD/location/index.ts @@ -8,7 +8,6 @@ import city_name from './city_name'; import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import county from './county'; -import default_country from './default_country'; import postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -24,7 +23,6 @@ const location: LocationDefinition = { city_pattern, city_prefix, county, - default_country, postcode, secondary_address, state, diff --git a/src/locales/ru/location/default_country.ts b/src/locales/ru/location/default_country.ts deleted file mode 100644 index b63e3ecb..00000000 --- a/src/locales/ru/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Россия']; diff --git a/src/locales/ru/location/index.ts b/src/locales/ru/location/index.ts index ac27a96b..dae11a6d 100644 --- a/src/locales/ru/location/index.ts +++ b/src/locales/ru/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 postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -21,7 +20,6 @@ const location: LocationDefinition = { city_name, city_pattern, country, - default_country, postcode, secondary_address, state, diff --git a/src/locales/sk/location/default_country.ts b/src/locales/sk/location/default_country.ts deleted file mode 100644 index 7928217c..00000000 --- a/src/locales/sk/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Slovensko']; diff --git a/src/locales/sk/location/index.ts b/src/locales/sk/location/index.ts index c461a280..cf29e47e 100644 --- a/src/locales/sk/location/index.ts +++ b/src/locales/sk/location/index.ts @@ -9,7 +9,6 @@ import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; import country from './country'; -import default_country from './default_country'; import postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -25,7 +24,6 @@ const location: LocationDefinition = { city_prefix, city_suffix, country, - default_country, postcode, secondary_address, state, diff --git a/src/locales/sr_RS_latin/location/default_country.ts b/src/locales/sr_RS_latin/location/default_country.ts deleted file mode 100644 index c8644c88..00000000 --- a/src/locales/sr_RS_latin/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Srbija']; diff --git a/src/locales/sr_RS_latin/location/index.ts b/src/locales/sr_RS_latin/location/index.ts index 8ae8c607..0156f2ef 100644 --- a/src/locales/sr_RS_latin/location/index.ts +++ b/src/locales/sr_RS_latin/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 postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -20,7 +19,6 @@ const location: LocationDefinition = { city_name, city_pattern, country, - default_country, postcode, secondary_address, state, diff --git a/src/locales/sv/location/default_country.ts b/src/locales/sv/location/default_country.ts deleted file mode 100644 index beaa835c..00000000 --- a/src/locales/sv/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Sverige']; diff --git a/src/locales/sv/location/index.ts b/src/locales/sv/location/index.ts index 94fb8110..f2aa52c2 100644 --- a/src/locales/sv/location/index.ts +++ b/src/locales/sv/location/index.ts @@ -9,7 +9,6 @@ import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; import common_street_suffix from './common_street_suffix'; import country from './country'; -import default_country from './default_country'; import postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -26,7 +25,6 @@ const location: LocationDefinition = { city_suffix, common_street_suffix, country, - default_country, postcode, secondary_address, state, diff --git a/src/locales/th/location/default_country.ts b/src/locales/th/location/default_country.ts deleted file mode 100644 index 01d506e9..00000000 --- a/src/locales/th/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['ไทย']; diff --git a/src/locales/th/location/index.ts b/src/locales/th/location/index.ts index 429bf0ba..9d6f5359 100644 --- a/src/locales/th/location/index.ts +++ b/src/locales/th/location/index.ts @@ -9,7 +9,6 @@ import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; import country from './country'; -import default_country from './default_country'; import postcode from './postcode'; import state from './state'; import street_name from './street_name'; @@ -22,7 +21,6 @@ const location: LocationDefinition = { city_prefix, city_suffix, country, - default_country, postcode, state, street_name, diff --git a/src/locales/tr/location/default_country.ts b/src/locales/tr/location/default_country.ts deleted file mode 100644 index 8a3c8cf9..00000000 --- a/src/locales/tr/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Türkiye']; diff --git a/src/locales/tr/location/index.ts b/src/locales/tr/location/index.ts index 2c7cf3f6..8f9f219a 100644 --- a/src/locales/tr/location/index.ts +++ b/src/locales/tr/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 postcode from './postcode'; import state from './state'; import street_address from './street_address'; @@ -19,7 +18,6 @@ const location: LocationDefinition = { city_name, city_pattern, country, - default_country, postcode, state, street_address, diff --git a/src/locales/uk/location/default_country.ts b/src/locales/uk/location/default_country.ts deleted file mode 100644 index 1d9098c3..00000000 --- a/src/locales/uk/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Україна']; diff --git a/src/locales/uk/location/index.ts b/src/locales/uk/location/index.ts index 455f9fd1..f306ec1e 100644 --- a/src/locales/uk/location/index.ts +++ b/src/locales/uk/location/index.ts @@ -9,7 +9,6 @@ import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; import country from './country'; -import default_country from './default_country'; import postcode from './postcode'; import secondary_address from './secondary_address'; import state from './state'; @@ -26,7 +25,6 @@ const location: LocationDefinition = { city_prefix, city_suffix, country, - default_country, postcode, secondary_address, state, diff --git a/src/locales/ur/location/default_country.ts b/src/locales/ur/location/default_country.ts deleted file mode 100644 index c6de7531..00000000 --- a/src/locales/ur/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['اسلامی جمہوریہ پاکستان']; diff --git a/src/locales/ur/location/index.ts b/src/locales/ur/location/index.ts index fabde228..ea213fca 100644 --- a/src/locales/ur/location/index.ts +++ b/src/locales/ur/location/index.ts @@ -9,7 +9,6 @@ import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; import country from './country'; -import default_country from './default_country'; import direction from './direction'; import postcode from './postcode'; import secondary_address from './secondary_address'; @@ -26,7 +25,6 @@ const location: LocationDefinition = { city_prefix, city_suffix, country, - default_country, direction, postcode, secondary_address, diff --git a/src/locales/vi/location/default_country.ts b/src/locales/vi/location/default_country.ts deleted file mode 100644 index 4cc89afe..00000000 --- a/src/locales/vi/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Việt Nam']; diff --git a/src/locales/vi/location/index.ts b/src/locales/vi/location/index.ts index c2426c48..908d4754 100644 --- a/src/locales/vi/location/index.ts +++ b/src/locales/vi/location/index.ts @@ -6,7 +6,6 @@ import type { LocationDefinition } from '../../..'; import city_name from './city_name'; import city_pattern from './city_pattern'; import country from './country'; -import default_country from './default_country'; import postcode from './postcode'; import state from './state'; import street_pattern from './street_pattern'; @@ -15,7 +14,6 @@ const location: LocationDefinition = { city_name, city_pattern, country, - default_country, postcode, state, street_pattern, diff --git a/src/locales/zh_CN/location/default_country.ts b/src/locales/zh_CN/location/default_country.ts deleted file mode 100644 index e8aecb25..00000000 --- a/src/locales/zh_CN/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['中国']; diff --git a/src/locales/zh_CN/location/index.ts b/src/locales/zh_CN/location/index.ts index 74cefb9b..5cc09a9d 100644 --- a/src/locales/zh_CN/location/index.ts +++ b/src/locales/zh_CN/location/index.ts @@ -7,7 +7,6 @@ import building_number from './building_number'; import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; -import default_country from './default_country'; import postcode from './postcode'; import state from './state'; import state_abbr from './state_abbr'; @@ -20,7 +19,6 @@ const location: LocationDefinition = { city_pattern, city_prefix, city_suffix, - default_country, postcode, state, state_abbr, diff --git a/src/locales/zh_TW/location/default_country.ts b/src/locales/zh_TW/location/default_country.ts deleted file mode 100644 index f2d3c53d..00000000 --- a/src/locales/zh_TW/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['Taiwan (R.O.C.)']; diff --git a/src/locales/zh_TW/location/index.ts b/src/locales/zh_TW/location/index.ts index 74cefb9b..5cc09a9d 100644 --- a/src/locales/zh_TW/location/index.ts +++ b/src/locales/zh_TW/location/index.ts @@ -7,7 +7,6 @@ import building_number from './building_number'; import city_pattern from './city_pattern'; import city_prefix from './city_prefix'; import city_suffix from './city_suffix'; -import default_country from './default_country'; import postcode from './postcode'; import state from './state'; import state_abbr from './state_abbr'; @@ -20,7 +19,6 @@ const location: LocationDefinition = { city_pattern, city_prefix, city_suffix, - default_country, postcode, state, state_abbr, diff --git a/src/locales/zu_ZA/location/default_country.ts b/src/locales/zu_ZA/location/default_country.ts deleted file mode 100644 index d74180a7..00000000 --- a/src/locales/zu_ZA/location/default_country.ts +++ /dev/null @@ -1 +0,0 @@ -export default ['South Africa']; diff --git a/src/locales/zu_ZA/location/index.ts b/src/locales/zu_ZA/location/index.ts index 4fd0e9be..8085ed10 100644 --- a/src/locales/zu_ZA/location/index.ts +++ b/src/locales/zu_ZA/location/index.ts @@ -5,7 +5,6 @@ import type { LocationDefinition } from '../../..'; import city_name from './city_name'; import city_pattern from './city_pattern'; -import default_country from './default_country'; import postcode from './postcode'; import state from './state'; import street_pattern from './street_pattern'; @@ -13,7 +12,6 @@ import street_pattern from './street_pattern'; const location: LocationDefinition = { city_name, city_pattern, - default_country, postcode, state, street_pattern, |
