Added Nepal(NP) country locale used by the checkout

This commit is contained in:
shivapoudel 2015-01-19 00:45:19 +05:45
parent 5ce1e1e8a6
commit 16047b7808
1 changed files with 10 additions and 0 deletions

View File

@ -748,6 +748,16 @@ class WC_Countries {
'required' => false
)
),
'NP' => array(
'postcode_before_city' => true,
'state' => array(
'label' => __( 'District', 'woocommerce' ),
),
'postcode' => array(
'required' => false,
'hidden' => false
)
),
'PL' => array(
'postcode_before_city' => true,
'state' => array(