commit
0848fff04d
|
@ -342,7 +342,20 @@ class WC_Countries {
|
||||||
'HU' => array(),
|
'HU' => array(),
|
||||||
'IS' => array(),
|
'IS' => array(),
|
||||||
'IL' => array(),
|
'IL' => array(),
|
||||||
'NL' => array(),
|
'NL' => array(
|
||||||
|
'DR' => __('Drenthe', 'woocommerce') ,
|
||||||
|
'FL' => __('Flevoland', 'woocommerce') ,
|
||||||
|
'FR' => __('Friesland', 'woocommerce') ,
|
||||||
|
'GLD' => __('Gelderland', 'woocommerce') ,
|
||||||
|
'GRN' => __('Groningen', 'woocommerce') ,
|
||||||
|
'LB' => __('Limburg', 'woocommerce') ,
|
||||||
|
'NB' => __('Noord-Brabant', 'woocommerce') ,
|
||||||
|
'NH' => __('Noord-Holland', 'woocommerce') ,
|
||||||
|
'OV' => __('Overijssel', 'woocommerce') ,
|
||||||
|
'UT' => __('Utrecht', 'woocommerce') ,
|
||||||
|
'ZLD' => __('Zeeland', 'woocommerce') ,
|
||||||
|
'ZH' => __('Zuid-Holland', 'woocommerce') ,
|
||||||
|
),
|
||||||
'NZ' => array(),
|
'NZ' => array(),
|
||||||
'NO' => array(),
|
'NO' => array(),
|
||||||
'PL' => array(),
|
'PL' => array(),
|
||||||
|
|
Loading…
Reference in New Issue