Merge pull request #12864 from woocommerce/romania-installer

Added romanian information for the installer
This commit is contained in:
Mike Jolley 2017-01-18 10:36:42 +00:00 committed by GitHub
commit 2d5f092b4e
1 changed files with 20 additions and 0 deletions

View File

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