From 0e9e1fd503ad83bf90ec54ce3972d58ba059c202 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Mon, 9 Feb 2015 20:26:05 +0100 Subject: [PATCH] Add South Africa country code (resolve issue #40) --- lib/countrycodes.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/countrycodes.php b/lib/countrycodes.php index defdf48..3b20415 100644 --- a/lib/countrycodes.php +++ b/lib/countrycodes.php @@ -30,6 +30,7 @@ class CountryCodes { "Norway" => "+47", "Poland" => "+48", "Russia" => "+7", + "South Africa" => "+27", "South Korea" => "+82", "South Sudan" => "+211", "Spain" => "+34",