woocommerce/i18n/locale-info.php

248 lines
5.7 KiB
PHP
Raw Normal View History

<?php
/**
* Locales information
*
* @package WooCommerce/i18n
2018-08-24 06:01:13 +00:00
* @version 3.5.0
*/
2018-03-05 20:10:12 +00:00
defined( 'ABSPATH' ) || exit;
2017-05-23 14:40:19 +00:00
return array(
'AU' => array(
'currency_code' => 'AUD',
'currency_pos' => 'left',
'thousand_sep' => ',',
'decimal_sep' => '.',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
'BD' => array(
'currency_code' => 'BDT',
'currency_pos' => 'left',
'thousand_sep' => ',',
'decimal_sep' => '.',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'in',
),
'BE' => array(
'currency_code' => 'EUR',
'currency_pos' => 'left',
'thousand_sep' => ' ',
'decimal_sep' => ',',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
2015-06-18 13:53:40 +00:00
'BR' => array(
'currency_code' => 'BRL',
'currency_pos' => 'left',
'thousand_sep' => '.',
'decimal_sep' => ',',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
'CA' => array(
'currency_code' => 'CAD',
'currency_pos' => 'left',
'thousand_sep' => ',',
'decimal_sep' => '.',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
'DE' => array(
'currency_code' => 'EUR',
'currency_pos' => 'left',
'thousand_sep' => '.',
'decimal_sep' => ',',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
'DK' => array(
'currency_code' => 'DKK',
'currency_pos' => 'left_space',
'thousand_sep' => '.',
'decimal_sep' => ',',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
'ES' => array(
'currency_code' => 'EUR',
'currency_pos' => 'right',
'thousand_sep' => '.',
'decimal_sep' => ',',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
2017-01-25 09:59:32 +00:00
'FI' => array(
'currency_code' => 'EUR',
'currency_pos' => 'right_space',
'thousand_sep' => ' ',
'decimal_sep' => ',',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
2015-04-30 12:39:20 +00:00
'FR' => array(
'currency_code' => 'EUR',
'currency_pos' => 'right',
'thousand_sep' => ' ',
'decimal_sep' => ',',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
'GB' => array(
2015-04-17 13:56:34 +00:00
'currency_code' => 'GBP',
'currency_pos' => 'left',
'thousand_sep' => ',',
'decimal_sep' => '.',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
2015-08-18 18:43:21 +00:00
'HU' => array(
'currency_code' => 'HUF',
'currency_pos' => 'right_space',
'thousand_sep' => ' ',
'decimal_sep' => ',',
'num_decimals' => 0,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
'IT' => array(
'currency_code' => 'EUR',
'currency_pos' => 'right',
'thousand_sep' => '.',
'decimal_sep' => ',',
2015-04-17 13:56:34 +00:00
'num_decimals' => 2,
'weight_unit' => 'kg',
2015-04-22 14:30:50 +00:00
'dimension_unit' => 'cm',
2015-04-17 13:56:34 +00:00
),
'JP' => array(
'currency_code' => 'JPY',
'currency_pos' => 'left',
'thousand_sep' => ',',
'decimal_sep' => '.',
'num_decimals' => 0,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
'MD' => array(
'currency_code' => 'MDL',
'currency_pos' => 'right_space',
'thousand_sep' => '.',
'decimal_sep' => ',',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
2015-04-17 13:56:34 +00:00
'NL' => array(
'currency_code' => 'EUR',
'currency_pos' => 'left',
'thousand_sep' => ',',
'decimal_sep' => '.',
'num_decimals' => 2,
'weight_unit' => 'kg',
2015-04-27 15:33:52 +00:00
'dimension_unit' => 'cm',
),
'NO' => array(
'currency_code' => 'Kr',
'currency_pos' => 'left_space',
'thousand_sep' => '.',
'decimal_sep' => ',',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
2015-08-18 15:02:54 +00:00
'NP' => array(
'currency_code' => 'NPR',
'currency_pos' => 'left_space',
'thousand_sep' => ',',
'decimal_sep' => '.',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
'PL' => array(
'currency_code' => 'PLN',
2017-04-04 10:36:10 +00:00
'currency_pos' => 'right_space',
'thousand_sep' => ' ',
'decimal_sep' => ',',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
2018-08-20 12:57:06 +00:00
'PY' => array(
2018-08-22 12:30:26 +00:00
'currency_code' => 'PYG',
2018-08-20 12:57:06 +00:00
'currency_pos' => 'left',
'thousand_sep' => '.',
'decimal_sep' => ',',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
'RO' => array(
'currency_code' => 'RON',
'currency_pos' => 'right_space',
'thousand_sep' => '.',
'decimal_sep' => ',',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
2019-04-21 18:13:48 +00:00
'RS' => array(
'currency_code' => 'RSD',
'currency_pos' => 'right_space',
'thousand_sep' => '.',
'decimal_sep' => ',',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
'tax_rates' => array(),
),
'TH' => array(
'currency_code' => 'THB',
2015-04-17 13:56:34 +00:00
'currency_pos' => 'left',
'thousand_sep' => ',',
'decimal_sep' => '.',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
2015-07-31 19:54:42 +00:00
'TR' => array(
'currency_code' => 'TRY',
'currency_pos' => 'left_space',
'thousand_sep' => '.',
'decimal_sep' => ',',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
'US' => array(
'currency_code' => 'USD',
'currency_pos' => 'left',
'thousand_sep' => ',',
'decimal_sep' => '.',
'num_decimals' => 2,
'weight_unit' => 'oz',
'dimension_unit' => 'in',
),
'ZA' => array(
'currency_code' => 'ZAR',
'currency_pos' => 'left',
'thousand_sep' => ',',
'decimal_sep' => '.',
'num_decimals' => 2,
'weight_unit' => 'kg',
'dimension_unit' => 'cm',
),
2015-06-18 13:53:40 +00:00
);