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 [ '{{location.city_prefix }}' ] ;
1+ export default [ '{{location.city_name }}' ] ;
Original file line number Diff line number Diff line change 44 */
55import type { LocationDefinitions } from '../../..' ;
66import building_number from './building_number' ;
7+ import city_name from './city_name' ;
78import city_pattern from './city_pattern' ;
8- import city_prefix from './city_prefix' ;
99import country from './country' ;
1010import default_country from './default_country' ;
1111import postcode from './postcode' ;
@@ -19,8 +19,8 @@ import street_suffix from './street_suffix';
1919
2020const location : LocationDefinitions = {
2121 building_number,
22+ city_name,
2223 city_pattern,
23- city_prefix,
2424 country,
2525 default_country,
2626 postcode,
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 }}' ] ;
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44 */
55import type { LocationDefinitions } from '../../..' ;
66import building_number from './building_number' ;
7+ import city_name from './city_name' ;
78import city_pattern from './city_pattern' ;
8- import city_prefix from './city_prefix' ;
9- import city_suffix from './city_suffix' ;
109import country from './country' ;
1110import default_country from './default_country' ;
1211import postcode from './postcode' ;
@@ -20,9 +19,8 @@ import street_suffix from './street_suffix';
2019
2120const location : LocationDefinitions = {
2221 building_number,
22+ city_name,
2323 city_pattern,
24- city_prefix,
25- city_suffix,
2624 country,
2725 default_country,
2826 postcode,
You can’t perform that action at this time.
0 commit comments