Skip to content

Commit

Permalink
Added Moldova information for the installer
Browse files Browse the repository at this point in the history
  • Loading branch information
alexminza committed Dec 30, 2017
1 parent 2307feb commit 931b049
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions i18n/locale-info.php
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,26 @@
),
),
),
'MD' => array(
'currency_code' => 'MDL',
'currency_pos' => 'right_space',
'thousand_sep' => '.',
'decimal_sep' => ',',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
'tax_rates' => array(
'' => array(
array(
'country' => 'MD',
'state' => '',
'rate' => '20.0000',
'name' => 'TVA',
'shipping' => true,
),
),
),
),
'NL' => array(
'currency_code' => 'EUR',
'currency_pos' => 'left',
Expand Down

0 comments on commit 931b049

Please sign in to comment.