File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
* Run 'pnpm run generate:locales' to update.
4
4
*/
5
5
import type { LocationDefinition } from '../../..' ;
6
+ import city_name from './city_name' ;
6
7
import city_pattern from './city_pattern' ;
7
- import city_prefix from './city_prefix' ;
8
8
import default_country from './default_country' ;
9
9
import postcode from './postcode' ;
10
10
import state from './state' ;
11
11
import street_pattern from './street_pattern' ;
12
12
13
13
const location : LocationDefinition = {
14
+ city_name,
14
15
city_pattern,
15
- city_prefix,
16
16
default_country,
17
17
postcode,
18
18
state,
Original file line number Diff line number Diff line change 3
3
* Run 'pnpm run generate:locales' to update.
4
4
*/
5
5
import type { LocationDefinition } from '../../..' ;
6
+ import city_name from './city_name' ;
6
7
import city_pattern from './city_pattern' ;
7
- import city_prefix from './city_prefix' ;
8
8
import default_country from './default_country' ;
9
9
import postcode from './postcode' ;
10
10
import state from './state' ;
11
11
import street_pattern from './street_pattern' ;
12
12
13
13
const location : LocationDefinition = {
14
+ city_name,
14
15
city_pattern,
15
- city_prefix,
16
16
default_country,
17
17
postcode,
18
18
state,
You can’t perform that action at this time.
0 commit comments