Added locale settings for Belgium

This commit is contained in:
Geert De Deckere 2012-02-28 11:12:13 +01:00
parent 4fab179206
commit dd94f198b4
1 changed files with 7 additions and 0 deletions

View File

@ -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')