diff --git a/i18n/locale-info.php b/i18n/locale-info.php index 390c278f552..3c6a68c9606 100644 --- a/i18n/locale-info.php +++ b/i18n/locale-info.php @@ -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',