Added South Sudan to the countries array.

This commit is contained in:
byjml
2016-03-10 11:13:42 +03:00
parent cbfe8c2885
commit 6e4994e87e
+2 -1
View File
@@ -1557,6 +1557,7 @@ class UM_Builtin {
'SO' => __('Somalia',"ultimatemember"),
'ZA' => __('South Africa',"ultimatemember"),
'GS' => __('South Georgia and the South Sandwich Islands',"ultimatemember"),
'SS' => __('South Sudan',"ultimatemember"),
'ES' => __('Spain',"ultimatemember"),
'LK' => __('Sri Lanka',"ultimatemember"),
'SD' => __('Sudan',"ultimatemember"),
@@ -1609,4 +1610,4 @@ class UM_Builtin {
}
}
}