Update states.php -> added Senegal Regions (#35199)
* Update states.php -> added Senegal Regions * Update to CLDR. * Changelog. Co-authored-by: Papa Amadou Korka Sow <32936698+Sowgenius@users.noreply.github.com>
This commit is contained in:
parent
ec40d85de9
commit
4cde06e151
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: add
|
||||
|
||||
Added states for Senegal.
|
|
@ -1543,6 +1543,22 @@ return array(
|
|||
'VS' => __( 'Vaslui', 'woocommerce' ),
|
||||
'VN' => __( 'Vrancea', 'woocommerce' ),
|
||||
),
|
||||
'SN' => array( // Regions of Senegal. Ref: https://github.com/unicode-org/cldr/blob/release-42/common/subdivisions/en.xml#L4801.
|
||||
'SNDB' => __( 'Diourbel', 'woocommerce' ),
|
||||
'SNDK' => __( 'Dakar', 'woocommerce' ),
|
||||
'SNFK' => __( 'Fatick', 'woocommerce' ),
|
||||
'SNKA' => __( 'Kaffrine', 'woocommerce' ),
|
||||
'SNKD' => __( 'Kolda', 'woocommerce' ),
|
||||
'SNKE' => __( 'Kédougou', 'woocommerce' ),
|
||||
'SNKL' => __( 'Kaolack', 'woocommerce' ),
|
||||
'SNLG' => __( 'Louga', 'woocommerce' ),
|
||||
'SNMT' => __( 'Matam', 'woocommerce' ),
|
||||
'SNSE' => __( 'Sédhiou', 'woocommerce' ),
|
||||
'SNSL' => __( 'Saint-Louis', 'woocommerce' ),
|
||||
'SNTC' => __( 'Tambacounda', 'woocommerce' ),
|
||||
'SNTH' => __( 'Thiès', 'woocommerce' ),
|
||||
'SNZG' => __( 'Ziguinchor', 'woocommerce' ),
|
||||
),
|
||||
'SG' => array(),
|
||||
'SK' => array(),
|
||||
'SI' => array(),
|
||||
|
|
Loading…
Reference in New Issue