Merge pull request #8878 from shivapoudel/nepali-info

Local info for country Nepal(NP)
This commit is contained in:
Claudio Sanches 2015-08-18 13:13:09 -03:00
commit 3d1d182e0f
1 changed files with 20 additions and 0 deletions

View File

@ -354,6 +354,26 @@ return array(
)
)
),
'NP' => array(
'currency_code' => 'NPR',
'currency_pos' => 'left_space',
'thousand_sep' => ',',
'decimal_sep' => '.',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
'tax_rates' => array(
'' => array(
array(
'country' => 'NP',
'state' => '',
'rate' => '13.0000',
'name' => 'VAT',
'shipping' => true
)
)
)
),
'PL' => array(
'currency_code' => 'PLN',
'currency_pos' => 'right',