Merge pull request #8700 from WordCommerce/patch-2

Update locale-info.php
This commit is contained in:
Mike Jolley 2015-08-03 23:46:39 +01:00
commit cb322949bd
1 changed files with 20 additions and 0 deletions

View File

@ -374,6 +374,26 @@ return array(
)
)
),
'TR' => array(
'currency_code' => 'TRY',
'currency_pos' => 'left_space',
'thousand_sep' => '.',
'decimal_sep' => ',',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
'tax_rates' => array(
'' => array(
array(
'country' => 'TR',
'state' => '',
'rate' => '18.0000',
'name' => 'KDV',
'shipping' => true
)
)
)
),
'US' => array(
'currency_code' => 'USD',
'currency_pos' => 'left',