Skip to content

Commit

Permalink
feat(locale): add af_ZA and zu_ZA states (#1983)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmayer committed Mar 30, 2023
1 parent b5bfca4 commit 6ba5093
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/locales/af_ZA/location/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ import type { LocationDefinitions } from '../../..';
import city from './city';
import default_country from './default_country';
import postcode from './postcode';
import state from './state';
import street from './street';

const location: LocationDefinitions = {
city,
default_country,
postcode,
state,
street,
};

Expand Down
11 changes: 11 additions & 0 deletions src/locales/af_ZA/location/state.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
export default [
'Gauteng',
'KwaZulu-Natal',
'Limpopo',
'Mpumalanga',
'Noord-Kaap',
'Noordwes',
'Oos-Kaap',
'Vrystaat',
'Wes-Kaap',
];
2 changes: 2 additions & 0 deletions src/locales/zu_ZA/location/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ import type { LocationDefinitions } from '../../..';
import city from './city';
import default_country from './default_country';
import postcode from './postcode';
import state from './state';
import street from './street';

const location: LocationDefinitions = {
city,
default_country,
postcode,
state,
street,
};

Expand Down
11 changes: 11 additions & 0 deletions src/locales/zu_ZA/location/state.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
export default [
'EGoli',
'IFuleyisitata',
'IKwaZulu-Natali',
'ILimpopo',
'IMpumalanga Kapa',
'IMpumalanga',
'INtshonalanga Kapa',
'INyakatho Kapa',
'INyakatho-Ntshonalanga',
];

0 comments on commit 6ba5093

Please sign in to comment.