File tree 9 files changed +9
-9
lines changed
9 files changed +9
-9
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
- export default [ '{{location.city_prefix }}' ] ;
1
+ export default [ '{{location.city_name }}' ] ;
Original file line number Diff line number Diff line change 4
4
*/
5
5
import type { LocationDefinition } from '../../..' ;
6
6
import building_number from './building_number' ;
7
+ import city_name from './city_name' ;
7
8
import city_pattern from './city_pattern' ;
8
- import city_prefix from './city_prefix' ;
9
9
import default_country from './default_country' ;
10
10
import postcode from './postcode' ;
11
11
import region from './region' ;
@@ -17,8 +17,8 @@ import street_suffix from './street_suffix';
17
17
18
18
const location : LocationDefinition = {
19
19
building_number,
20
+ city_name,
20
21
city_pattern,
21
- city_prefix,
22
22
default_country,
23
23
postcode,
24
24
region,
File renamed without changes.
Original file line number Diff line number Diff line change 1
- export default [ '{{location.city_prefix }}' ] ;
1
+ export default [ '{{location.city_name }}' ] ;
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,
File renamed without changes.
Original file line number Diff line number Diff line change 1
- export default [ '{{location.city_prefix }}' ] ;
1
+ export default [ '{{location.city_name }}' ] ;
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