File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 33 * Run 'pnpm run generate:locales' to update.
44 */
55import type { LocationDefinition } from '../../..' ;
6+ import city_name from './city_name' ;
67import city_pattern from './city_pattern' ;
7- import county from './county' ;
88import default_country from './default_country' ;
99import street_pattern from './street_pattern' ;
1010
1111const location : LocationDefinition = {
12+ city_name,
1213 city_pattern,
13- county,
1414 default_country,
1515 street_pattern,
1616} ;
You can’t perform that action at this time.
0 commit comments