FleetCart/Modules/Support/Resources/states/ZA.php
2023-06-11 13:14:03 +01:00

14 lines
271 B
PHP

<?php
return [
'EC' => 'Eastern Cape',
'FS' => 'Free State',
'GP' => 'Gauteng',
'KZN' => 'KwaZulu-Natal',
'LP' => 'Limpopo',
'MP' => 'Mpumalanga',
'NC' => 'Northern Cape',
'NW' => 'North West',
'WC' => 'Western Cape',
];