File tree 3 files changed +3
-8
lines changed 3 files changed +3
-8
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
- export default [
2
- '{{location.city_prefix}} {{person.firstName}}{{location.city_suffix}}' ,
3
- '{{location.city_prefix}} {{person.firstName}}' ,
4
- '{{person.firstName}}{{location.city_suffix}}' ,
5
- '{{person.lastName}}{{location.city_suffix}}' ,
6
- ] ;
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 county from './county' ;
8
8
import default_country from './default_country' ;
9
9
import street_pattern from './street_pattern' ;
10
10
11
11
const location : LocationDefinition = {
12
+ city_name,
12
13
city_pattern,
13
- county,
14
14
default_country,
15
15
street_pattern,
16
16
} ;
You can’t perform that action at this time.
0 commit comments