Added Nepal(NP) country locale used by the checkout
This commit is contained in:
parent
5ce1e1e8a6
commit
16047b7808
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue