Merge pull request #28755 from paulochang/patch-2
Add Guatemalan states
This commit is contained in:
commit
d06883bd60
|
@ -476,6 +476,7 @@ return array(
|
||||||
),
|
),
|
||||||
'FI' => array(),
|
'FI' => array(),
|
||||||
'FR' => array(),
|
'FR' => array(),
|
||||||
|
'GF' => array(),
|
||||||
'GH' => array( // Ghanaian Regions.
|
'GH' => array( // Ghanaian Regions.
|
||||||
'AF' => __( 'Ahafo', 'woocommerce' ),
|
'AF' => __( 'Ahafo', 'woocommerce' ),
|
||||||
'AH' => __( 'Ashanti', 'woocommerce' ),
|
'AH' => __( 'Ashanti', 'woocommerce' ),
|
||||||
|
@ -511,7 +512,30 @@ return array(
|
||||||
'L' => __( 'South Aegean', 'woocommerce' ),
|
'L' => __( 'South Aegean', 'woocommerce' ),
|
||||||
'M' => __( 'Crete', 'woocommerce' ),
|
'M' => __( 'Crete', 'woocommerce' ),
|
||||||
),
|
),
|
||||||
'GF' => array(),
|
'GT' => array( // Guatemalan states.
|
||||||
|
'AV' => __( 'Alta Verapaz', 'woocommerce' ),
|
||||||
|
'BV' => __( 'Baja Verapaz', 'woocommerce' ),
|
||||||
|
'CM' => __( 'Chimaltenango', 'woocommerce' ),
|
||||||
|
'CQ' => __( 'Chiquimula', 'woocommerce' ),
|
||||||
|
'PR' => __( 'El Progreso', 'woocommerce' ),
|
||||||
|
'ES' => __( 'Escuintla', 'woocommerce' ),
|
||||||
|
'GU' => __( 'Guatemala', 'woocommerce' ),
|
||||||
|
'HU' => __( 'Huehuetenango', 'woocommerce' ),
|
||||||
|
'IZ' => __( 'Izabal', 'woocommerce' ),
|
||||||
|
'JA' => __( 'Jalapa', 'woocommerce' ),
|
||||||
|
'JU' => __( 'Jutiapa', 'woocommerce' ),
|
||||||
|
'PE' => __( 'Petén', 'woocommerce' ),
|
||||||
|
'QZ' => __( 'Quetzaltenango', 'woocommerce' ),
|
||||||
|
'QC' => __( 'Quiché', 'woocommerce' ),
|
||||||
|
'RE' => __( 'Retalhuleu', 'woocommerce' ),
|
||||||
|
'SA' => __( 'Sacatepéquez', 'woocommerce' ),
|
||||||
|
'SM' => __( 'San Marcos', 'woocommerce' ),
|
||||||
|
'SR' => __( 'Santa Rosa', 'woocommerce' ),
|
||||||
|
'SO' => __( 'Sololá', 'woocommerce' ),
|
||||||
|
'SU' => __( 'Suchitepéquez', 'woocommerce' ),
|
||||||
|
'TO' => __( 'Totonicapán', 'woocommerce' ),
|
||||||
|
'ZA' => __( 'Zacapa', 'woocommerce' )
|
||||||
|
),
|
||||||
'HK' => array( // Hong Kong states.
|
'HK' => array( // Hong Kong states.
|
||||||
'HONG KONG' => __( 'Hong Kong Island', 'woocommerce' ),
|
'HONG KONG' => __( 'Hong Kong Island', 'woocommerce' ),
|
||||||
'KOWLOON' => __( 'Kowloon', 'woocommerce' ),
|
'KOWLOON' => __( 'Kowloon', 'woocommerce' ),
|
||||||
|
|
Loading…
Reference in New Issue