File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ export default [
2+ 'Polokwane' ,
3+ 'Johannesburg' ,
4+ 'Pretoria' ,
5+ 'Tshwane' ,
6+ 'Durban' ,
7+ 'Pietermaritzburg' ,
8+ 'Nelspruit' ,
9+ 'Kaapstad' ,
10+ 'Stellenbosch' ,
11+ 'Port Elizabeth' ,
12+ 'Oos-Londen' ,
13+ 'Kimberley' ,
14+ 'Rustenburg' ,
15+ 'Bloemfontein' ,
16+ ] ;
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' ;
78import default_country from './default_country' ;
89import postcode from './postcode' ;
910import state from './state' ;
1011import street_pattern from './street_pattern' ;
1112
1213const location : LocationDefinition = {
14+ city_name,
1315 city_pattern,
1416 default_country,
1517 postcode,
Original file line number Diff line number Diff line change @@ -5,12 +5,12 @@ export default [
55 'Tshwane' ,
66 'Durban' ,
77 'Pietermaritzburg' ,
8- 'Nelspruit ' ,
8+ 'Mbombela ' ,
99 'Cape Town' ,
1010 'Stellenbosch' ,
1111 'Port Elizabeth' ,
1212 'East London' ,
1313 'Kimberley' ,
1414 'Rustenburg' ,
15- 'Bloemfontein ' ,
15+ 'Bloemfontein' ,
1616] ;
Original file line number Diff line number Diff line change 1+ export default [
2+ 'Polokwane' ,
3+ 'eGoli' ,
4+ 'Pretoria' ,
5+ 'uTshwane' ,
6+ 'eThekwini' ,
7+ 'umGungundlovu' ,
8+ 'Mbombela' ,
9+ 'eKapa' ,
10+ 'Stellenbosch' ,
11+ 'iBhayi' ,
12+ 'eMonti' ,
13+ 'Kimberley' ,
14+ 'Rustenburg' ,
15+ 'Bloemfontein' ,
16+ ] ;
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' ;
78import default_country from './default_country' ;
89import postcode from './postcode' ;
910import state from './state' ;
1011import street_pattern from './street_pattern' ;
1112
1213const location : LocationDefinition = {
14+ city_name,
1315 city_pattern,
1416 default_country,
1517 postcode,
You can’t perform that action at this time.
0 commit comments