File tree 3 files changed +19
-6
lines changed
src/locales/zu_ZA/location
3 files changed +19
-6
lines changed 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 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
8
import default_country from './default_country' ;
8
9
import postcode from './postcode' ;
9
10
import state from './state' ;
10
11
import street_pattern from './street_pattern' ;
11
12
12
13
const location : LocationDefinition = {
14
+ city_name,
13
15
city_pattern,
14
16
default_country,
15
17
postcode,
You can’t perform that action at this time.
0 commit comments