Merge pull request #12864 from woocommerce/romania-installer
Added romanian information for the installer
This commit is contained in:
commit
2d5f092b4e
|
@ -434,6 +434,26 @@ return array(
|
|||
),
|
||||
),
|
||||
),
|
||||
'RO' => array(
|
||||
'currency_code' => 'RON',
|
||||
'currency_pos' => 'right_space',
|
||||
'thousand_sep' => '.',
|
||||
'decimal_sep' => ',',
|
||||
'num_decimals' => 2,
|
||||
'weight_unit' => 'kg',
|
||||
'dimension_unit' => 'cm',
|
||||
'tax_rates' => array(
|
||||
'' => array(
|
||||
array(
|
||||
'country' => 'RO',
|
||||
'state' => '',
|
||||
'rate' => '19.0000',
|
||||
'name' => 'TVA',
|
||||
'shipping' => true,
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
'TH' => array(
|
||||
'currency_code' => 'THB',
|
||||
'currency_pos' => 'left',
|
||||
|
|
Loading…
Reference in New Issue