Added locale settings for Belgium
This commit is contained in:
parent
4fab179206
commit
dd94f198b4
|
@ -281,6 +281,7 @@ class WC_Countries {
|
|||
'WA' => __('Western Australia', 'woocommerce')
|
||||
),
|
||||
'AT' => array(),
|
||||
'BE' => array(),
|
||||
'BR' => array(
|
||||
'AM' => __('Amazonas', 'woocommerce'),
|
||||
'AC' => __('Acre', 'woocommerce'),
|
||||
|
@ -651,6 +652,12 @@ class WC_Countries {
|
|||
'required' => false
|
||||
)
|
||||
),
|
||||
'BE' => array(
|
||||
'postcode_before_city' => true,
|
||||
'state' => array(
|
||||
'required' => false,
|
||||
),
|
||||
),
|
||||
'CA' => array(
|
||||
'state' => array(
|
||||
'label' => __('Province', 'woocommerce')
|
||||
|
|
Loading…
Reference in New Issue