Skip to content

Commit a409b46

Browse files
matthewmayerST-DDT
andauthored
refactor(location)!: remove default_country definitions (#2740)
Co-authored-by: ST-DDT <ST-DDT@gmx.de>
1 parent 5ef8ef1 commit a409b46

121 files changed

Lines changed: 3 additions & 180 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/guide/upgrading_v9/2740.md

Lines changed: 3 additions & 0 deletions

src/locales/af_ZA/location/default_country.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/locales/af_ZA/location/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,13 @@
55
import type { LocationDefinition } from '../../..';
66
import city_name from './city_name';
77
import city_pattern from './city_pattern';
8-
import default_country from './default_country';
98
import postcode from './postcode';
109
import state from './state';
1110
import street_pattern from './street_pattern';
1211

1312
const location: LocationDefinition = {
1413
city_name,
1514
city_pattern,
16-
default_country,
1715
postcode,
1816
state,
1917
street_pattern,

src/locales/ar/location/default_country.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/locales/ar/location/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import building_number from './building_number';
77
import city_name from './city_name';
88
import city_pattern from './city_pattern';
99
import country from './country';
10-
import default_country from './default_country';
1110
import postcode from './postcode';
1211
import secondary_address from './secondary_address';
1312
import state from './state';
@@ -20,7 +19,6 @@ const location: LocationDefinition = {
2019
city_name,
2120
city_pattern,
2221
country,
23-
default_country,
2422
postcode,
2523
secondary_address,
2624
state,

src/locales/az/location/default_country.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/locales/az/location/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import building_number from './building_number';
77
import city_name from './city_name';
88
import city_pattern from './city_pattern';
99
import country from './country';
10-
import default_country from './default_country';
1110
import postcode from './postcode';
1211
import secondary_address from './secondary_address';
1312
import state from './state';
@@ -21,7 +20,6 @@ const location: LocationDefinition = {
2120
city_name,
2221
city_pattern,
2322
country,
24-
default_country,
2523
postcode,
2624
secondary_address,
2725
state,

src/locales/cs_CZ/location/default_country.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/locales/cs_CZ/location/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import building_number from './building_number';
77
import city_name from './city_name';
88
import city_pattern from './city_pattern';
99
import country from './country';
10-
import default_country from './default_country';
1110
import postcode from './postcode';
1211
import secondary_address from './secondary_address';
1312
import state from './state';
@@ -21,7 +20,6 @@ const location: LocationDefinition = {
2120
city_name,
2221
city_pattern,
2322
country,
24-
default_country,
2523
postcode,
2624
secondary_address,
2725
state,

src/locales/da/location/default_country.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)