FleetCart/Modules/Support/Resources/states/ZA.php

14 lines
271 B
PHP
Raw Normal View History

2023-06-11 12:14:03 +00:00
<?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',
];