initial commit

This commit is contained in:
2021-12-10 12:03:04 +00:00
commit c46c7ddbf0
3643 changed files with 582794 additions and 0 deletions

298
i18n/continents.php Normal file
View File

@ -0,0 +1,298 @@
<?php
/**
* Continents
*
* Returns an array of continents.
*
* @package WooCommerce\i18n
* @version 2.5.0
*/
defined( 'ABSPATH' ) || exit;
return array(
'AF' => array(
'name' => __( 'Africa', 'woocommerce' ),
'countries' => array(
'AO',
'BF',
'BI',
'BJ',
'BW',
'CD',
'CF',
'CG',
'CI',
'CM',
'CV',
'DJ',
'DZ',
'EG',
'EH',
'ER',
'ET',
'GA',
'GH',
'GM',
'GN',
'GQ',
'GW',
'KE',
'KM',
'LR',
'LS',
'LY',
'MA',
'MG',
'ML',
'MR',
'MU',
'MW',
'MZ',
'NA',
'NE',
'NG',
'RE',
'RW',
'SC',
'SD',
'SH',
'SL',
'SN',
'SO',
'SS',
'ST',
'SZ',
'TD',
'TG',
'TN',
'TZ',
'UG',
'YT',
'ZA',
'ZM',
'ZW',
),
),
'AN' => array(
'name' => __( 'Antarctica', 'woocommerce' ),
'countries' => array(
'AQ',
'BV',
'GS',
'HM',
'TF',
),
),
'AS' => array(
'name' => __( 'Asia', 'woocommerce' ),
'countries' => array(
'AE',
'AF',
'AM',
'AZ',
'BD',
'BH',
'BN',
'BT',
'CC',
'CN',
'CX',
'CY',
'GE',
'HK',
'ID',
'IL',
'IN',
'IO',
'IQ',
'IR',
'JO',
'JP',
'KG',
'KH',
'KP',
'KR',
'KW',
'KZ',
'LA',
'LB',
'LK',
'MM',
'MN',
'MO',
'MV',
'MY',
'NP',
'OM',
'PH',
'PK',
'PS',
'QA',
'SA',
'SG',
'SY',
'TH',
'TJ',
'TL',
'TM',
'TW',
'UZ',
'VN',
'YE',
),
),
'EU' => array(
'name' => __( 'Europe', 'woocommerce' ),
'countries' => array(
'AD',
'AL',
'AT',
'AX',
'BA',
'BE',
'BG',
'BY',
'CH',
'CZ',
'DE',
'DK',
'EE',
'ES',
'FI',
'FO',
'FR',
'GB',
'GG',
'GI',
'GR',
'HR',
'HU',
'IE',
'IM',
'IS',
'IT',
'JE',
'LI',
'LT',
'LU',
'LV',
'MC',
'MD',
'ME',
'MK',
'MT',
'NL',
'NO',
'PL',
'PT',
'RO',
'RS',
'RU',
'SE',
'SI',
'SJ',
'SK',
'SM',
'TR',
'UA',
'VA',
),
),
'NA' => array(
'name' => __( 'North America', 'woocommerce' ),
'countries' => array(
'AG',
'AI',
'AW',
'BB',
'BL',
'BM',
'BQ',
'BS',
'BZ',
'CA',
'CR',
'CU',
'CW',
'DM',
'DO',
'GD',
'GL',
'GP',
'GT',
'HN',
'HT',
'JM',
'KN',
'KY',
'LC',
'MF',
'MQ',
'MS',
'MX',
'NI',
'PA',
'PM',
'PR',
'SV',
'SX',
'TC',
'TT',
'US',
'VC',
'VG',
'VI',
),
),
'OC' => array(
'name' => __( 'Oceania', 'woocommerce' ),
'countries' => array(
'AS',
'AU',
'CK',
'FJ',
'FM',
'GU',
'KI',
'MH',
'MP',
'NC',
'NF',
'NR',
'NU',
'NZ',
'PF',
'PG',
'PN',
'PW',
'SB',
'TK',
'TO',
'TV',
'UM',
'VU',
'WF',
'WS',
),
),
'SA' => array(
'name' => __( 'South America', 'woocommerce' ),
'countries' => array(
'AR',
'BO',
'BR',
'CL',
'CO',
'EC',
'FK',
'GF',
'GY',
'PE',
'PY',
'SR',
'UY',
'VE',
),
),
);

266
i18n/countries.php Normal file
View File

@ -0,0 +1,266 @@
<?php
/**
* Countries
*
* Returns an array of countries and codes.
* Country codes and names should follow the Unicode CLDR recommendation (http://cldr.unicode.org/translation/displaynames/country-names).
*
* See https://github.com/unicode-org/cldr/blob/master/common/subdivisions/en.xml
*
* @package WooCommerce\i18n
* @version 3.8.0
*/
defined( 'ABSPATH' ) || exit;
return array(
'AF' => __( 'Afghanistan', 'woocommerce' ),
'AX' => __( 'Åland Islands', 'woocommerce' ),
'AL' => __( 'Albania', 'woocommerce' ),
'DZ' => __( 'Algeria', 'woocommerce' ),
'AS' => __( 'American Samoa', 'woocommerce' ),
'AD' => __( 'Andorra', 'woocommerce' ),
'AO' => __( 'Angola', 'woocommerce' ),
'AI' => __( 'Anguilla', 'woocommerce' ),
'AQ' => __( 'Antarctica', 'woocommerce' ),
'AG' => __( 'Antigua and Barbuda', 'woocommerce' ),
'AR' => __( 'Argentina', 'woocommerce' ),
'AM' => __( 'Armenia', 'woocommerce' ),
'AW' => __( 'Aruba', 'woocommerce' ),
'AU' => __( 'Australia', 'woocommerce' ),
'AT' => __( 'Austria', 'woocommerce' ),
'AZ' => __( 'Azerbaijan', 'woocommerce' ),
'BS' => __( 'Bahamas', 'woocommerce' ),
'BH' => __( 'Bahrain', 'woocommerce' ),
'BD' => __( 'Bangladesh', 'woocommerce' ),
'BB' => __( 'Barbados', 'woocommerce' ),
'BY' => __( 'Belarus', 'woocommerce' ),
'BE' => __( 'Belgium', 'woocommerce' ),
'PW' => __( 'Belau', 'woocommerce' ),
'BZ' => __( 'Belize', 'woocommerce' ),
'BJ' => __( 'Benin', 'woocommerce' ),
'BM' => __( 'Bermuda', 'woocommerce' ),
'BT' => __( 'Bhutan', 'woocommerce' ),
'BO' => __( 'Bolivia', 'woocommerce' ),
'BQ' => __( 'Bonaire, Saint Eustatius and Saba', 'woocommerce' ),
'BA' => __( 'Bosnia and Herzegovina', 'woocommerce' ),
'BW' => __( 'Botswana', 'woocommerce' ),
'BV' => __( 'Bouvet Island', 'woocommerce' ),
'BR' => __( 'Brazil', 'woocommerce' ),
'IO' => __( 'British Indian Ocean Territory', 'woocommerce' ),
'BN' => __( 'Brunei', 'woocommerce' ),
'BG' => __( 'Bulgaria', 'woocommerce' ),
'BF' => __( 'Burkina Faso', 'woocommerce' ),
'BI' => __( 'Burundi', 'woocommerce' ),
'KH' => __( 'Cambodia', 'woocommerce' ),
'CM' => __( 'Cameroon', 'woocommerce' ),
'CA' => __( 'Canada', 'woocommerce' ),
'CV' => __( 'Cape Verde', 'woocommerce' ),
'KY' => __( 'Cayman Islands', 'woocommerce' ),
'CF' => __( 'Central African Republic', 'woocommerce' ),
'TD' => __( 'Chad', 'woocommerce' ),
'CL' => __( 'Chile', 'woocommerce' ),
'CN' => __( 'China', 'woocommerce' ),
'CX' => __( 'Christmas Island', 'woocommerce' ),
'CC' => __( 'Cocos (Keeling) Islands', 'woocommerce' ),
'CO' => __( 'Colombia', 'woocommerce' ),
'KM' => __( 'Comoros', 'woocommerce' ),
'CG' => __( 'Congo (Brazzaville)', 'woocommerce' ),
'CD' => __( 'Congo (Kinshasa)', 'woocommerce' ),
'CK' => __( 'Cook Islands', 'woocommerce' ),
'CR' => __( 'Costa Rica', 'woocommerce' ),
'HR' => __( 'Croatia', 'woocommerce' ),
'CU' => __( 'Cuba', 'woocommerce' ),
'CW' => __( 'Cura&ccedil;ao', 'woocommerce' ),
'CY' => __( 'Cyprus', 'woocommerce' ),
'CZ' => __( 'Czech Republic', 'woocommerce' ),
'DK' => __( 'Denmark', 'woocommerce' ),
'DJ' => __( 'Djibouti', 'woocommerce' ),
'DM' => __( 'Dominica', 'woocommerce' ),
'DO' => __( 'Dominican Republic', 'woocommerce' ),
'EC' => __( 'Ecuador', 'woocommerce' ),
'EG' => __( 'Egypt', 'woocommerce' ),
'SV' => __( 'El Salvador', 'woocommerce' ),
'GQ' => __( 'Equatorial Guinea', 'woocommerce' ),
'ER' => __( 'Eritrea', 'woocommerce' ),
'EE' => __( 'Estonia', 'woocommerce' ),
'ET' => __( 'Ethiopia', 'woocommerce' ),
'FK' => __( 'Falkland Islands', 'woocommerce' ),
'FO' => __( 'Faroe Islands', 'woocommerce' ),
'FJ' => __( 'Fiji', 'woocommerce' ),
'FI' => __( 'Finland', 'woocommerce' ),
'FR' => __( 'France', 'woocommerce' ),
'GF' => __( 'French Guiana', 'woocommerce' ),
'PF' => __( 'French Polynesia', 'woocommerce' ),
'TF' => __( 'French Southern Territories', 'woocommerce' ),
'GA' => __( 'Gabon', 'woocommerce' ),
'GM' => __( 'Gambia', 'woocommerce' ),
'GE' => __( 'Georgia', 'woocommerce' ),
'DE' => __( 'Germany', 'woocommerce' ),
'GH' => __( 'Ghana', 'woocommerce' ),
'GI' => __( 'Gibraltar', 'woocommerce' ),
'GR' => __( 'Greece', 'woocommerce' ),
'GL' => __( 'Greenland', 'woocommerce' ),
'GD' => __( 'Grenada', 'woocommerce' ),
'GP' => __( 'Guadeloupe', 'woocommerce' ),
'GU' => __( 'Guam', 'woocommerce' ),
'GT' => __( 'Guatemala', 'woocommerce' ),
'GG' => __( 'Guernsey', 'woocommerce' ),
'GN' => __( 'Guinea', 'woocommerce' ),
'GW' => __( 'Guinea-Bissau', 'woocommerce' ),
'GY' => __( 'Guyana', 'woocommerce' ),
'HT' => __( 'Haiti', 'woocommerce' ),
'HM' => __( 'Heard Island and McDonald Islands', 'woocommerce' ),
'HN' => __( 'Honduras', 'woocommerce' ),
'HK' => __( 'Hong Kong', 'woocommerce' ),
'HU' => __( 'Hungary', 'woocommerce' ),
'IS' => __( 'Iceland', 'woocommerce' ),
'IN' => __( 'India', 'woocommerce' ),
'ID' => __( 'Indonesia', 'woocommerce' ),
'IR' => __( 'Iran', 'woocommerce' ),
'IQ' => __( 'Iraq', 'woocommerce' ),
'IE' => __( 'Ireland', 'woocommerce' ),
'IM' => __( 'Isle of Man', 'woocommerce' ),
'IL' => __( 'Israel', 'woocommerce' ),
'IT' => __( 'Italy', 'woocommerce' ),
'CI' => __( 'Ivory Coast', 'woocommerce' ),
'JM' => __( 'Jamaica', 'woocommerce' ),
'JP' => __( 'Japan', 'woocommerce' ),
'JE' => __( 'Jersey', 'woocommerce' ),
'JO' => __( 'Jordan', 'woocommerce' ),
'KZ' => __( 'Kazakhstan', 'woocommerce' ),
'KE' => __( 'Kenya', 'woocommerce' ),
'KI' => __( 'Kiribati', 'woocommerce' ),
'KW' => __( 'Kuwait', 'woocommerce' ),
'KG' => __( 'Kyrgyzstan', 'woocommerce' ),
'LA' => __( 'Laos', 'woocommerce' ),
'LV' => __( 'Latvia', 'woocommerce' ),
'LB' => __( 'Lebanon', 'woocommerce' ),
'LS' => __( 'Lesotho', 'woocommerce' ),
'LR' => __( 'Liberia', 'woocommerce' ),
'LY' => __( 'Libya', 'woocommerce' ),
'LI' => __( 'Liechtenstein', 'woocommerce' ),
'LT' => __( 'Lithuania', 'woocommerce' ),
'LU' => __( 'Luxembourg', 'woocommerce' ),
'MO' => __( 'Macao', 'woocommerce' ),
'MK' => __( 'North Macedonia', 'woocommerce' ),
'MG' => __( 'Madagascar', 'woocommerce' ),
'MW' => __( 'Malawi', 'woocommerce' ),
'MY' => __( 'Malaysia', 'woocommerce' ),
'MV' => __( 'Maldives', 'woocommerce' ),
'ML' => __( 'Mali', 'woocommerce' ),
'MT' => __( 'Malta', 'woocommerce' ),
'MH' => __( 'Marshall Islands', 'woocommerce' ),
'MQ' => __( 'Martinique', 'woocommerce' ),
'MR' => __( 'Mauritania', 'woocommerce' ),
'MU' => __( 'Mauritius', 'woocommerce' ),
'YT' => __( 'Mayotte', 'woocommerce' ),
'MX' => __( 'Mexico', 'woocommerce' ),
'FM' => __( 'Micronesia', 'woocommerce' ),
'MD' => __( 'Moldova', 'woocommerce' ),
'MC' => __( 'Monaco', 'woocommerce' ),
'MN' => __( 'Mongolia', 'woocommerce' ),
'ME' => __( 'Montenegro', 'woocommerce' ),
'MS' => __( 'Montserrat', 'woocommerce' ),
'MA' => __( 'Morocco', 'woocommerce' ),
'MZ' => __( 'Mozambique', 'woocommerce' ),
'MM' => __( 'Myanmar', 'woocommerce' ),
'NA' => __( 'Namibia', 'woocommerce' ),
'NR' => __( 'Nauru', 'woocommerce' ),
'NP' => __( 'Nepal', 'woocommerce' ),
'NL' => __( 'Netherlands', 'woocommerce' ),
'NC' => __( 'New Caledonia', 'woocommerce' ),
'NZ' => __( 'New Zealand', 'woocommerce' ),
'NI' => __( 'Nicaragua', 'woocommerce' ),
'NE' => __( 'Niger', 'woocommerce' ),
'NG' => __( 'Nigeria', 'woocommerce' ),
'NU' => __( 'Niue', 'woocommerce' ),
'NF' => __( 'Norfolk Island', 'woocommerce' ),
'MP' => __( 'Northern Mariana Islands', 'woocommerce' ),
'KP' => __( 'North Korea', 'woocommerce' ),
'NO' => __( 'Norway', 'woocommerce' ),
'OM' => __( 'Oman', 'woocommerce' ),
'PK' => __( 'Pakistan', 'woocommerce' ),
'PS' => __( 'Palestinian Territory', 'woocommerce' ),
'PA' => __( 'Panama', 'woocommerce' ),
'PG' => __( 'Papua New Guinea', 'woocommerce' ),
'PY' => __( 'Paraguay', 'woocommerce' ),
'PE' => __( 'Peru', 'woocommerce' ),
'PH' => __( 'Philippines', 'woocommerce' ),
'PN' => __( 'Pitcairn', 'woocommerce' ),
'PL' => __( 'Poland', 'woocommerce' ),
'PT' => __( 'Portugal', 'woocommerce' ),
'PR' => __( 'Puerto Rico', 'woocommerce' ),
'QA' => __( 'Qatar', 'woocommerce' ),
'RE' => __( 'Reunion', 'woocommerce' ),
'RO' => __( 'Romania', 'woocommerce' ),
'RU' => __( 'Russia', 'woocommerce' ),
'RW' => __( 'Rwanda', 'woocommerce' ),
'BL' => __( 'Saint Barth&eacute;lemy', 'woocommerce' ),
'SH' => __( 'Saint Helena', 'woocommerce' ),
'KN' => __( 'Saint Kitts and Nevis', 'woocommerce' ),
'LC' => __( 'Saint Lucia', 'woocommerce' ),
'MF' => __( 'Saint Martin (French part)', 'woocommerce' ),
'SX' => __( 'Saint Martin (Dutch part)', 'woocommerce' ),
'PM' => __( 'Saint Pierre and Miquelon', 'woocommerce' ),
'VC' => __( 'Saint Vincent and the Grenadines', 'woocommerce' ),
'SM' => __( 'San Marino', 'woocommerce' ),
'ST' => __( 'S&atilde;o Tom&eacute; and Pr&iacute;ncipe', 'woocommerce' ),
'SA' => __( 'Saudi Arabia', 'woocommerce' ),
'SN' => __( 'Senegal', 'woocommerce' ),
'RS' => __( 'Serbia', 'woocommerce' ),
'SC' => __( 'Seychelles', 'woocommerce' ),
'SL' => __( 'Sierra Leone', 'woocommerce' ),
'SG' => __( 'Singapore', 'woocommerce' ),
'SK' => __( 'Slovakia', 'woocommerce' ),
'SI' => __( 'Slovenia', 'woocommerce' ),
'SB' => __( 'Solomon Islands', 'woocommerce' ),
'SO' => __( 'Somalia', 'woocommerce' ),
'ZA' => __( 'South Africa', 'woocommerce' ),
'GS' => __( 'South Georgia/Sandwich Islands', 'woocommerce' ),
'KR' => __( 'South Korea', 'woocommerce' ),
'SS' => __( 'South Sudan', 'woocommerce' ),
'ES' => __( 'Spain', 'woocommerce' ),
'LK' => __( 'Sri Lanka', 'woocommerce' ),
'SD' => __( 'Sudan', 'woocommerce' ),
'SR' => __( 'Suriname', 'woocommerce' ),
'SJ' => __( 'Svalbard and Jan Mayen', 'woocommerce' ),
'SZ' => __( 'Swaziland', 'woocommerce' ),
'SE' => __( 'Sweden', 'woocommerce' ),
'CH' => __( 'Switzerland', 'woocommerce' ),
'SY' => __( 'Syria', 'woocommerce' ),
'TW' => __( 'Taiwan', 'woocommerce' ),
'TJ' => __( 'Tajikistan', 'woocommerce' ),
'TZ' => __( 'Tanzania', 'woocommerce' ),
'TH' => __( 'Thailand', 'woocommerce' ),
'TL' => __( 'Timor-Leste', 'woocommerce' ),
'TG' => __( 'Togo', 'woocommerce' ),
'TK' => __( 'Tokelau', 'woocommerce' ),
'TO' => __( 'Tonga', 'woocommerce' ),
'TT' => __( 'Trinidad and Tobago', 'woocommerce' ),
'TN' => __( 'Tunisia', 'woocommerce' ),
'TR' => __( 'Turkey', 'woocommerce' ),
'TM' => __( 'Turkmenistan', 'woocommerce' ),
'TC' => __( 'Turks and Caicos Islands', 'woocommerce' ),
'TV' => __( 'Tuvalu', 'woocommerce' ),
'UG' => __( 'Uganda', 'woocommerce' ),
'UA' => __( 'Ukraine', 'woocommerce' ),
'AE' => __( 'United Arab Emirates', 'woocommerce' ),
'GB' => __( 'United Kingdom (UK)', 'woocommerce' ),
'US' => __( 'United States (US)', 'woocommerce' ),
'UM' => __( 'United States (US) Minor Outlying Islands', 'woocommerce' ),
'UY' => __( 'Uruguay', 'woocommerce' ),
'UZ' => __( 'Uzbekistan', 'woocommerce' ),
'VU' => __( 'Vanuatu', 'woocommerce' ),
'VA' => __( 'Vatican', 'woocommerce' ),
'VE' => __( 'Venezuela', 'woocommerce' ),
'VN' => __( 'Vietnam', 'woocommerce' ),
'VG' => __( 'Virgin Islands (British)', 'woocommerce' ),
'VI' => __( 'Virgin Islands (US)', 'woocommerce' ),
'WF' => __( 'Wallis and Futuna', 'woocommerce' ),
'EH' => __( 'Western Sahara', 'woocommerce' ),
'WS' => __( 'Samoa', 'woocommerce' ),
'YE' => __( 'Yemen', 'woocommerce' ),
'ZM' => __( 'Zambia', 'woocommerce' ),
'ZW' => __( 'Zimbabwe', 'woocommerce' ),
);

952
i18n/currency-info.php Normal file
View File

@ -0,0 +1,952 @@
<?php
/**
* Currency formatting information
*
* @package WooCommerce\i18n
* @version 5.7.0
*/
defined( 'ABSPATH' ) || exit;
$global_formats = array(
'ls_comma_dot_ltr' => array(
'thousand_sep' => '.',
'decimal_sep' => ',',
'direction' => 'ltr',
'currency_pos' => 'left_space',
),
'ls_comma_dot_rtl' => array(
'thousand_sep' => '.',
'decimal_sep' => ',',
'direction' => 'rtl',
'currency_pos' => 'left_space',
),
'ls_comma_space_ltr' => array(
'thousand_sep' => ' ',
'decimal_sep' => ',',
'direction' => 'ltr',
'currency_pos' => 'left_space',
),
'ls_dot_apos_ltr' => array(
'thousand_sep' => '\'',
'decimal_sep' => '.',
'direction' => 'ltr',
'currency_pos' => 'left_space',
),
'ls_dot_comma_ltr' => array(
'thousand_sep' => ',',
'decimal_sep' => '.',
'direction' => 'ltr',
'currency_pos' => 'left_space',
),
'ls_dot_comma_rtl' => array(
'thousand_sep' => ',',
'decimal_sep' => '.',
'direction' => 'rtl',
'currency_pos' => 'left_space',
),
'lx_comma_dot_ltr' => array(
'thousand_sep' => '.',
'decimal_sep' => ',',
'direction' => 'ltr',
'currency_pos' => 'left',
),
'lx_comma_dot_rtl' => array(
'thousand_sep' => '.',
'decimal_sep' => ',',
'direction' => 'rtl',
'currency_pos' => 'left',
),
'lx_comma_space_ltr' => array(
'thousand_sep' => ' ',
'decimal_sep' => ',',
'direction' => 'ltr',
'currency_pos' => 'left',
),
'lx_dot_comma_ltr' => array(
'thousand_sep' => ',',
'decimal_sep' => '.',
'direction' => 'ltr',
'currency_pos' => 'left',
),
'lx_dot_space_ltr' => array(
'thousand_sep' => ' ',
'decimal_sep' => '.',
'direction' => 'ltr',
'currency_pos' => 'left',
),
'rs_comma_dot_ltr' => array(
'thousand_sep' => '.',
'decimal_sep' => ',',
'direction' => 'ltr',
'currency_pos' => 'right_space',
),
'rs_comma_dot_rtl' => array(
'thousand_sep' => '.',
'decimal_sep' => ',',
'direction' => 'rtl',
'currency_pos' => 'right_space',
),
'rs_comma_space_ltr' => array(
'thousand_sep' => ' ',
'decimal_sep' => ',',
'direction' => 'ltr',
'currency_pos' => 'right_space',
),
'rs_dot_apos_ltr' => array(
'thousand_sep' => '\'',
'decimal_sep' => '.',
'direction' => 'ltr',
'currency_pos' => 'right_space',
),
'rs_dot_comma_ltr' => array(
'thousand_sep' => ',',
'decimal_sep' => '.',
'direction' => 'ltr',
'currency_pos' => 'right_space',
),
'rs_dot_comma_rtl' => array(
'thousand_sep' => ',',
'decimal_sep' => '.',
'direction' => 'rtl',
'currency_pos' => 'right_space',
),
'rx_comma_dot_ltr' => array(
'thousand_sep' => '.',
'decimal_sep' => ',',
'direction' => 'ltr',
'currency_pos' => 'right',
),
'rx_dot_comma_ltr' => array(
'thousand_sep' => ',',
'decimal_sep' => '.',
'direction' => 'ltr',
'currency_pos' => 'right',
),
);
return array(
'AED' => array(
'ar_AE' => $global_formats['rs_comma_dot_rtl'],
'default' => $global_formats['rs_comma_dot_rtl'],
),
'AFN' => array(
'fa_AF' => $global_formats['ls_comma_dot_rtl'],
'default' => $global_formats['ls_comma_dot_rtl'],
'ps_AF' => $global_formats['rs_comma_dot_rtl'],
'uz_AF' => $global_formats['rs_comma_space_ltr'],
),
'ALL' => array(
'default' => $global_formats['rs_comma_space_ltr'],
'sq_AL' => $global_formats['rs_comma_space_ltr'],
),
'AMD' => array(
'default' => $global_formats['rs_comma_space_ltr'],
'hy_AM' => $global_formats['rs_comma_space_ltr'],
),
'ANG' => array(
'en_SX' => $global_formats['lx_dot_comma_ltr'],
'nl_CW' => $global_formats['ls_comma_dot_ltr'],
'nl_SX' => $global_formats['ls_comma_dot_ltr'],
'default' => $global_formats['ls_comma_dot_ltr'],
),
'AOA' => array(
'pt_AO' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['rs_comma_space_ltr'],
),
'ARS' => array(
'es_AR' => $global_formats['ls_comma_dot_ltr'],
'default' => $global_formats['ls_comma_dot_ltr'],
),
'AUD' => array(
'en_AU' => $global_formats['lx_dot_comma_ltr'],
'en_CC' => $global_formats['lx_dot_comma_ltr'],
'en_CX' => $global_formats['lx_dot_comma_ltr'],
'en_KI' => $global_formats['lx_dot_comma_ltr'],
'en_NF' => $global_formats['lx_dot_comma_ltr'],
'en_NR' => $global_formats['lx_dot_comma_ltr'],
'en_TV' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'AWG' => array(
'nl_AW' => $global_formats['ls_comma_dot_ltr'],
'default' => $global_formats['ls_comma_dot_ltr'],
),
'AZN' => array(
'default' => $global_formats['rs_comma_dot_ltr'],
'az_AZ' => $global_formats['rs_comma_dot_ltr'],
),
'BAM' => array(
'hr_BA' => $global_formats['rs_comma_dot_ltr'],
'sr_Latn_BA' => $global_formats['rs_comma_dot_ltr'],
'default' => $global_formats['rs_comma_dot_ltr'],
'bs_BA' => $global_formats['rs_comma_dot_ltr'],
),
'BBD' => array(
'en_BB' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'BDT' => array(
'default' => $global_formats['rx_dot_comma_ltr'],
'bn_BD' => $global_formats['rx_dot_comma_ltr'],
),
'BGN' => array(
'default' => $global_formats['rs_comma_space_ltr'],
'bg_BG' => $global_formats['rs_comma_space_ltr'],
),
'BHD' => array(
'ar_BH' => $global_formats['rs_comma_dot_rtl'],
'default' => $global_formats['rs_comma_dot_rtl'],
),
'BIF' => array(
'en_BI' => $global_formats['lx_dot_comma_ltr'],
'fr_BI' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
'rn_BI' => $global_formats['rx_comma_dot_ltr'],
),
'BMD' => array(
'en_BM' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'BND' => array(
'ms_BN' => $global_formats['ls_comma_dot_ltr'],
'default' => $global_formats['ls_comma_dot_ltr'],
),
'BOB' => array(
'es_BO' => $global_formats['lx_comma_dot_ltr'],
'qu_BO' => $global_formats['ls_comma_dot_ltr'],
'default' => $global_formats['lx_comma_dot_ltr'],
),
'BRL' => array(
'default' => $global_formats['ls_comma_dot_ltr'],
'pt_BR' => $global_formats['ls_comma_dot_ltr'],
),
'BSD' => array(
'en_BS' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'BTN' => array(
'default' => $global_formats['lx_dot_comma_ltr'],
'dz_BT' => $global_formats['lx_dot_comma_ltr'],
),
'BWP' => array(
'en_BW' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'BYN' => array(
'ru_BY' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['rs_comma_space_ltr'],
'be_BY' => $global_formats['rs_comma_space_ltr'],
),
'BZD' => array(
'en_BZ' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'CAD' => array(
'en_CA' => $global_formats['lx_dot_comma_ltr'],
'fr_CA' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'CDF' => array(
'fr_CD' => $global_formats['rs_comma_space_ltr'],
'sw_CD' => $global_formats['ls_comma_dot_ltr'],
'default' => $global_formats['rs_comma_space_ltr'],
'ln_CD' => $global_formats['rs_comma_dot_ltr'],
),
'CHF' => array(
'de_CH' => $global_formats['ls_dot_apos_ltr'],
'de_LI' => $global_formats['ls_dot_apos_ltr'],
'fr_CH' => $global_formats['rs_comma_space_ltr'],
'gsw_LI' => $global_formats['rs_dot_apos_ltr'],
'it_CH' => $global_formats['ls_dot_apos_ltr'],
'default' => $global_formats['ls_dot_apos_ltr'],
'gsw_CH' => $global_formats['rs_dot_apos_ltr'],
'rm_CH' => $global_formats['rs_dot_apos_ltr'],
),
'CLP' => array(
'es_CL' => $global_formats['lx_comma_dot_ltr'],
'default' => $global_formats['lx_comma_dot_ltr'],
),
'CNY' => array(
'default' => $global_formats['lx_dot_comma_ltr'],
'bo_CN' => $global_formats['ls_dot_comma_ltr'],
'ug_CN' => $global_formats['lx_dot_comma_ltr'],
'zh_CN' => $global_formats['lx_dot_comma_ltr'],
),
'COP' => array(
'es_CO' => $global_formats['ls_comma_dot_ltr'],
'default' => $global_formats['ls_comma_dot_ltr'],
),
'CRC' => array(
'es_CR' => $global_formats['lx_comma_space_ltr'],
'default' => $global_formats['lx_comma_space_ltr'],
),
'CUC' => array(
'es_CU' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'CVE' => array(
'pt_CV' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['rs_comma_space_ltr'],
),
'CZK' => array(
'default' => $global_formats['rs_comma_space_ltr'],
'cs_CZ' => $global_formats['rs_comma_space_ltr'],
),
'DJF' => array(
'ar_DJ' => $global_formats['rs_comma_dot_rtl'],
'fr_DJ' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['rs_comma_dot_rtl'],
),
'DKK' => array(
'default' => $global_formats['rs_comma_dot_ltr'],
'da_DK' => $global_formats['rs_comma_dot_ltr'],
'fo_FO' => $global_formats['rs_comma_dot_ltr'],
'kl_GL' => $global_formats['lx_comma_dot_ltr'],
),
'DOP' => array(
'es_DO' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'DZD' => array(
'ar_DZ' => $global_formats['ls_comma_dot_rtl'],
'fr_DZ' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['ls_comma_dot_rtl'],
),
'EGP' => array(
'ar_EG' => $global_formats['rs_comma_dot_rtl'],
'default' => $global_formats['rs_comma_dot_rtl'],
),
'ERN' => array(
'ar_ER' => $global_formats['rs_comma_dot_rtl'],
'en_ER' => $global_formats['lx_dot_comma_ltr'],
'ti_ER' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'ETB' => array(
'default' => $global_formats['lx_dot_comma_ltr'],
'am_ET' => $global_formats['lx_dot_comma_ltr'],
),
'EUR' => array(
'ca_AD' => $global_formats['rs_comma_dot_ltr'],
'de_AT' => $global_formats['ls_comma_space_ltr'],
'de_BE' => $global_formats['rs_comma_dot_ltr'],
'de_LU' => $global_formats['rs_comma_dot_ltr'],
'el_CY' => $global_formats['rs_comma_dot_ltr'],
'en_IE' => $global_formats['lx_dot_comma_ltr'],
'en_MT' => $global_formats['lx_dot_comma_ltr'],
'es_EA' => $global_formats['rs_comma_dot_ltr'],
'es_IC' => $global_formats['rs_comma_dot_ltr'],
'fr_BE' => $global_formats['rs_comma_space_ltr'],
'fr_BL' => $global_formats['rs_comma_space_ltr'],
'fr_GF' => $global_formats['rs_comma_space_ltr'],
'fr_GP' => $global_formats['rs_comma_space_ltr'],
'fr_LU' => $global_formats['rs_comma_dot_ltr'],
'fr_MC' => $global_formats['rs_comma_space_ltr'],
'fr_MF' => $global_formats['rs_comma_space_ltr'],
'fr_MQ' => $global_formats['rs_comma_space_ltr'],
'fr_PM' => $global_formats['rs_comma_space_ltr'],
'fr_RE' => $global_formats['rs_comma_space_ltr'],
'fr_YT' => $global_formats['rs_comma_space_ltr'],
'it_SM' => $global_formats['rs_comma_dot_ltr'],
'it_VA' => $global_formats['rs_comma_dot_ltr'],
'nl_BE' => $global_formats['ls_comma_dot_ltr'],
'pt_PT' => $global_formats['rs_comma_space_ltr'],
'sq_XK' => $global_formats['rs_comma_space_ltr'],
'sr_Latn_ME' => $global_formats['rs_comma_dot_ltr'],
'sr_Latn_XK' => $global_formats['rs_comma_dot_ltr'],
'sv_AX' => $global_formats['rs_comma_space_ltr'],
'sv_FI' => $global_formats['rs_comma_space_ltr'],
'tr_CY' => $global_formats['lx_comma_dot_ltr'],
'default' => $global_formats['rs_comma_dot_ltr'],
'ast_ES' => $global_formats['rs_comma_dot_ltr'],
'ca_ES' => $global_formats['rs_comma_dot_ltr'],
'de_DE' => $global_formats['rs_comma_dot_ltr'],
'el_GR' => $global_formats['rs_comma_dot_ltr'],
'es_ES' => $global_formats['rs_comma_dot_ltr'],
'et_EE' => $global_formats['rs_comma_space_ltr'],
'eu_ES' => $global_formats['rs_comma_dot_ltr'],
'fi_FI' => $global_formats['rs_comma_space_ltr'],
'fr_FR' => $global_formats['rs_comma_space_ltr'],
'fy_NL' => $global_formats['ls_comma_dot_ltr'],
'ga_IE' => $global_formats['lx_dot_comma_ltr'],
'gl_ES' => $global_formats['rs_comma_dot_ltr'],
'it_IT' => $global_formats['rs_comma_dot_ltr'],
'lb_LU' => $global_formats['rs_comma_dot_ltr'],
'lt_LT' => $global_formats['rs_comma_space_ltr'],
'lv_LV' => $global_formats['rs_comma_space_ltr'],
'mt_MT' => $global_formats['lx_dot_comma_ltr'],
'nl_NL' => $global_formats['ls_comma_dot_ltr'],
'sk_SK' => $global_formats['rs_comma_space_ltr'],
'sl_SI' => $global_formats['rs_comma_dot_ltr'],
),
'FJD' => array(
'en_FJ' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'FKP' => array(
'en_FK' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'GBP' => array(
'en_GB' => $global_formats['lx_dot_comma_ltr'],
'en_GG' => $global_formats['lx_dot_comma_ltr'],
'en_IM' => $global_formats['lx_dot_comma_ltr'],
'en_JE' => $global_formats['lx_dot_comma_ltr'],
'ga_GB' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
'cy_GB' => $global_formats['lx_dot_comma_ltr'],
'gd_GB' => $global_formats['lx_dot_comma_ltr'],
'gv_IM' => $global_formats['lx_dot_comma_ltr'],
),
'GEL' => array(
'default' => $global_formats['rs_comma_space_ltr'],
'ka_GE' => $global_formats['rs_comma_space_ltr'],
'os_GE' => $global_formats['ls_comma_space_ltr'],
),
'GHS' => array(
'en_GH' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
'ak_GH' => $global_formats['lx_dot_comma_ltr'],
'ee_GH' => $global_formats['lx_dot_comma_ltr'],
),
'GIP' => array(
'en_GI' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'GMD' => array(
'en_GM' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'GNF' => array(
'fr_GN' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['rs_comma_space_ltr'],
),
'GTQ' => array(
'es_GT' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'GYD' => array(
'en_GY' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'HKD' => array(
'en_HK' => $global_formats['lx_dot_comma_ltr'],
'zh_Hant_HK' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'HNL' => array(
'es_HN' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'HRK' => array(
'default' => $global_formats['rs_comma_dot_ltr'],
'hr_HR' => $global_formats['rs_comma_dot_ltr'],
),
'HUF' => array(
'default' => $global_formats['rs_comma_space_ltr'],
'hu_HU' => $global_formats['rs_comma_space_ltr'],
),
'IDR' => array(
'default' => $global_formats['lx_comma_dot_ltr'],
'id_ID' => $global_formats['lx_comma_dot_ltr'],
),
'ILS' => array(
'ar_IL' => $global_formats['rs_comma_dot_rtl'],
'ar_PS' => $global_formats['rs_comma_dot_rtl'],
'default' => $global_formats['rs_comma_dot_rtl'],
'he_IL' => $global_formats['rs_dot_comma_rtl'],
),
'INR' => array(
'bn_IN' => $global_formats['rx_dot_comma_ltr'],
'en_IN' => $global_formats['lx_dot_comma_ltr'],
'ne_IN' => $global_formats['ls_dot_comma_ltr'],
'ur_IN' => $global_formats['ls_comma_dot_rtl'],
'default' => $global_formats['lx_dot_comma_ltr'],
'as_IN' => $global_formats['ls_dot_comma_ltr'],
'dz_BT' => $global_formats['lx_dot_comma_ltr'],
'gu_IN' => $global_formats['lx_dot_comma_ltr'],
'hi_IN' => $global_formats['lx_dot_comma_ltr'],
'kn_IN' => $global_formats['lx_dot_comma_ltr'],
'kok_IN' => $global_formats['ls_dot_comma_ltr'],
'mai_IN' => $global_formats['ls_dot_comma_ltr'],
'ml_IN' => $global_formats['lx_dot_comma_ltr'],
'mr_IN' => $global_formats['lx_dot_comma_ltr'],
'or_IN' => $global_formats['lx_dot_comma_ltr'],
'sa_IN' => $global_formats['lx_dot_comma_ltr'],
'sd_PK' => $global_formats['rs_comma_dot_ltr'],
'ta_IN' => $global_formats['ls_dot_comma_ltr'],
'te_IN' => $global_formats['lx_dot_comma_ltr'],
),
'IQD' => array(
'ar_IQ' => $global_formats['rs_comma_dot_rtl'],
'default' => $global_formats['rs_comma_dot_rtl'],
'ckb_IQ' => $global_formats['rs_comma_dot_rtl'],
),
'IRR' => array(
'default' => $global_formats['lx_comma_dot_rtl'],
'fa_IR' => $global_formats['lx_comma_dot_rtl'],
),
'ISK' => array(
'default' => $global_formats['rs_comma_dot_ltr'],
'is_IS' => $global_formats['rs_comma_dot_ltr'],
),
'JMD' => array(
'en_JM' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'JOD' => array(
'ar_JO' => $global_formats['rs_comma_dot_rtl'],
'ar_PS' => $global_formats['rs_comma_dot_rtl'],
'default' => $global_formats['rs_comma_dot_rtl'],
),
'JPY' => array(
'default' => $global_formats['lx_dot_comma_ltr'],
'ja_JP' => $global_formats['lx_dot_comma_ltr'],
),
'KES' => array(
'en_KE' => $global_formats['lx_dot_comma_ltr'],
'sw_KE' => $global_formats['ls_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'KGS' => array(
'ru_KG' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['rs_comma_space_ltr'],
'ky_KG' => $global_formats['rs_comma_space_ltr'],
),
'KHR' => array(
'default' => $global_formats['rx_comma_dot_ltr'],
'km_KH' => $global_formats['rx_comma_dot_ltr'],
),
'KMF' => array(
'ar_KM' => $global_formats['rs_comma_dot_rtl'],
'fr_KM' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['rs_comma_dot_rtl'],
),
'KPW' => array(
'ko_KP' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'KRW' => array(
'default' => $global_formats['lx_dot_comma_ltr'],
'ko_KR' => $global_formats['lx_dot_comma_ltr'],
),
'KWD' => array(
'ar_KW' => $global_formats['rs_comma_dot_rtl'],
'default' => $global_formats['rs_comma_dot_rtl'],
),
'KYD' => array(
'en_KY' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'KZT' => array(
'ru_KZ' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['rs_comma_space_ltr'],
'kk_KZ' => $global_formats['rs_comma_space_ltr'],
),
'LAK' => array(
'default' => $global_formats['lx_comma_dot_ltr'],
'lo_LA' => $global_formats['lx_comma_dot_ltr'],
),
'LBP' => array(
'ar_LB' => $global_formats['rs_comma_dot_rtl'],
'default' => $global_formats['rs_comma_dot_rtl'],
),
'LKR' => array(
'ta_LK' => $global_formats['ls_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
'si_LK' => $global_formats['lx_dot_comma_ltr'],
),
'LRD' => array(
'en_LR' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'LSL' => array(
'en_LS' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'LYD' => array(
'ar_LY' => $global_formats['ls_comma_dot_rtl'],
'default' => $global_formats['ls_comma_dot_rtl'],
),
'MAD' => array(
'ar_EH' => $global_formats['ls_dot_comma_rtl'],
'ar_MA' => $global_formats['ls_comma_dot_rtl'],
'fr_MA' => $global_formats['rs_comma_dot_ltr'],
'default' => $global_formats['ls_dot_comma_rtl'],
'tzm_MA' => $global_formats['rs_comma_space_ltr'],
),
'MDL' => array(
'ro_MD' => $global_formats['rs_comma_dot_ltr'],
'default' => $global_formats['rs_comma_dot_ltr'],
),
'MGA' => array(
'en_MG' => $global_formats['lx_dot_comma_ltr'],
'fr_MG' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
'mg_MG' => $global_formats['ls_dot_comma_ltr'],
),
'MKD' => array(
'sq_MK' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['rs_comma_dot_ltr'],
'mk_MK' => $global_formats['rs_comma_dot_ltr'],
),
'MMK' => array(
'default' => $global_formats['rs_dot_comma_ltr'],
'my_MM' => $global_formats['rs_dot_comma_ltr'],
),
'MNT' => array(
'default' => $global_formats['ls_dot_comma_ltr'],
'mn_MN' => $global_formats['ls_dot_comma_ltr'],
),
'MOP' => array(
'pt_MO' => $global_formats['rs_comma_space_ltr'],
'zh_Hant_MO' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['rs_comma_space_ltr'],
),
'MRU' => array(
'ar_MR' => $global_formats['rs_comma_dot_rtl'],
'default' => $global_formats['rs_comma_dot_rtl'],
),
'MUR' => array(
'en_MU' => $global_formats['lx_dot_comma_ltr'],
'fr_MU' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'MVR' => array(
'default' => array(),
),
'MWK' => array(
'en_MW' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'MXN' => array(
'es_MX' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'MYR' => array(
'default' => $global_formats['lx_dot_comma_ltr'],
'ms_MY' => $global_formats['lx_dot_comma_ltr'],
),
'MZN' => array(
'pt_MZ' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['rs_comma_space_ltr'],
),
'NAD' => array(
'en_NA' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'NGN' => array(
'en_NG' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
'yo_NG' => $global_formats['lx_dot_comma_ltr'],
),
'NIO' => array(
'es_NI' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'NOK' => array(
'nb_SJ' => $global_formats['ls_comma_space_ltr'],
'default' => $global_formats['ls_comma_space_ltr'],
'nb_NO' => $global_formats['ls_comma_space_ltr'],
'nn_NO' => $global_formats['rs_comma_space_ltr'],
'se_NO' => $global_formats['rs_comma_space_ltr'],
),
'NPR' => array(
'default' => $global_formats['ls_dot_comma_ltr'],
'ne_NP' => $global_formats['ls_dot_comma_ltr'],
),
'NZD' => array(
'en_CK' => $global_formats['lx_dot_comma_ltr'],
'en_NU' => $global_formats['lx_dot_comma_ltr'],
'en_NZ' => $global_formats['lx_dot_comma_ltr'],
'en_PN' => $global_formats['lx_dot_comma_ltr'],
'en_TK' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
'mi_NZ' => $global_formats['ls_dot_comma_ltr'],
),
'OMR' => array(
'ar_OM' => $global_formats['rs_comma_dot_rtl'],
'default' => $global_formats['rs_comma_dot_rtl'],
),
'PEN' => array(
'es_PE' => $global_formats['ls_dot_comma_ltr'],
'default' => $global_formats['ls_dot_comma_ltr'],
'qu_PE' => $global_formats['ls_dot_comma_ltr'],
),
'PGK' => array(
'en_PG' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'PHP' => array(
'en_PH' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
'ceb_PH' => $global_formats['lx_dot_comma_ltr'],
'fil_PH' => $global_formats['lx_dot_comma_ltr'],
),
'PKR' => array(
'en_PK' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
'ur_PK' => $global_formats['ls_dot_comma_rtl'],
),
'PLN' => array(
'default' => $global_formats['rs_comma_space_ltr'],
'pl_PL' => $global_formats['rs_comma_space_ltr'],
),
'PYG' => array(
'es_PY' => $global_formats['ls_comma_dot_ltr'],
'default' => $global_formats['ls_comma_dot_ltr'],
),
'QAR' => array(
'ar_QA' => $global_formats['rs_comma_dot_rtl'],
'default' => $global_formats['rs_comma_dot_rtl'],
),
'RON' => array(
'default' => $global_formats['rs_comma_dot_ltr'],
'ro_RO' => $global_formats['rs_comma_dot_ltr'],
),
'RSD' => array(
'default' => $global_formats['rs_comma_dot_ltr'],
'sr_RS' => $global_formats['rs_comma_dot_ltr'],
),
'RUB' => array(
'default' => $global_formats['rs_comma_space_ltr'],
'ce_RU' => $global_formats['rs_dot_comma_ltr'],
'ru_RU' => $global_formats['rs_comma_space_ltr'],
'sah_RU' => $global_formats['rs_comma_space_ltr'],
'tt_RU' => $global_formats['rs_comma_space_ltr'],
),
'RWF' => array(
'en_RW' => $global_formats['lx_dot_comma_ltr'],
'fr_RW' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
'rw_RW' => $global_formats['ls_comma_dot_ltr'],
),
'SAR' => array(
'ar_SA' => $global_formats['rs_comma_dot_rtl'],
'default' => $global_formats['rs_comma_dot_rtl'],
),
'SBD' => array(
'en_SB' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'SCR' => array(
'en_SC' => $global_formats['lx_dot_comma_ltr'],
'fr_SC' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'SDG' => array(
'ar_SD' => $global_formats['rs_comma_dot_rtl'],
'en_SD' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['rs_comma_dot_rtl'],
),
'SEK' => array(
'default' => $global_formats['rs_comma_space_ltr'],
'sv_SE' => $global_formats['rs_comma_space_ltr'],
),
'SGD' => array(
'en_SG' => $global_formats['lx_dot_comma_ltr'],
'ms_SG' => $global_formats['lx_dot_comma_ltr'],
'ta_SG' => $global_formats['ls_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'SHP' => array(
'en_SH' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'SLL' => array(
'en_SL' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'SOS' => array(
'ar_SO' => $global_formats['rs_comma_dot_rtl'],
'default' => $global_formats['rs_comma_dot_rtl'],
'so_SO' => $global_formats['lx_dot_comma_ltr'],
),
'SRD' => array(
'nl_SR' => $global_formats['ls_comma_dot_ltr'],
'default' => $global_formats['ls_comma_dot_ltr'],
),
'SSP' => array(
'en_SS' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'STN' => array(
'pt_ST' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['rs_comma_space_ltr'],
),
'SYP' => array(
'ar_SY' => $global_formats['rs_comma_dot_rtl'],
'fr_SY' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['rs_comma_dot_rtl'],
),
'SZL' => array(
'en_SZ' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'THB' => array(
'default' => $global_formats['lx_dot_comma_ltr'],
'th_TH' => $global_formats['lx_dot_comma_ltr'],
),
'TJS' => array(
'default' => $global_formats['rs_comma_space_ltr'],
'tg_TJ' => $global_formats['rs_comma_space_ltr'],
),
'TMT' => array(
'default' => $global_formats['rs_comma_space_ltr'],
'tk_TM' => $global_formats['rs_comma_space_ltr'],
),
'TND' => array(
'ar_TN' => $global_formats['ls_comma_dot_rtl'],
'fr_TN' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['ls_comma_dot_rtl'],
),
'TOP' => array(
'en_TO' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
'to_TO' => $global_formats['ls_dot_comma_ltr'],
),
'TRY' => array(
'default' => $global_formats['lx_comma_dot_ltr'],
'tr_TR' => $global_formats['lx_comma_dot_ltr'],
),
'TTD' => array(
'en_TT' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'TWD' => array(
'zh_Hant' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'TZS' => array(
'en_TZ' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
'sw_TZ' => $global_formats['ls_dot_comma_ltr'],
),
'UAH' => array(
'ru_UA' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['rs_comma_space_ltr'],
'uk_UA' => $global_formats['rs_comma_space_ltr'],
),
'UGX' => array(
'en_UG' => $global_formats['lx_dot_comma_ltr'],
'sw_UG' => $global_formats['ls_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'USD' => array(
'en_AS' => $global_formats['lx_dot_comma_ltr'],
'en_DG' => $global_formats['lx_dot_comma_ltr'],
'en_FM' => $global_formats['lx_dot_comma_ltr'],
'en_GU' => $global_formats['lx_dot_comma_ltr'],
'en_IO' => $global_formats['lx_dot_comma_ltr'],
'en_MH' => $global_formats['lx_dot_comma_ltr'],
'en_MP' => $global_formats['lx_dot_comma_ltr'],
'en_PR' => $global_formats['lx_dot_comma_ltr'],
'en_PW' => $global_formats['lx_dot_comma_ltr'],
'en_TC' => $global_formats['lx_dot_comma_ltr'],
'en_UM' => $global_formats['lx_dot_comma_ltr'],
'en_VG' => $global_formats['lx_dot_comma_ltr'],
'en_VI' => $global_formats['lx_dot_comma_ltr'],
'en_ZW' => $global_formats['lx_dot_comma_ltr'],
'es_EC' => $global_formats['lx_comma_dot_ltr'],
'es_PA' => $global_formats['lx_dot_comma_ltr'],
'es_PR' => $global_formats['lx_dot_comma_ltr'],
'es_SV' => $global_formats['lx_dot_comma_ltr'],
'es_US' => $global_formats['lx_dot_comma_ltr'],
'fr_HT' => $global_formats['rs_comma_space_ltr'],
'nl_BQ' => $global_formats['ls_comma_dot_ltr'],
'pt_TL' => $global_formats['rs_comma_space_ltr'],
'qu_EC' => $global_formats['ls_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
'en_US' => $global_formats['lx_dot_comma_ltr'],
'haw_US' => $global_formats['lx_dot_comma_ltr'],
'nd_ZW' => $global_formats['lx_dot_comma_ltr'],
'sn_ZW' => $global_formats['ls_dot_comma_ltr'],
),
'UYU' => array(
'es_UY' => $global_formats['ls_comma_dot_ltr'],
'default' => $global_formats['ls_comma_dot_ltr'],
),
'UZS' => array(
'default' => $global_formats['rs_comma_space_ltr'],
'uz_AF' => $global_formats['rs_comma_space_ltr'],
),
'VES' => array(
'es_VE' => $global_formats['lx_comma_dot_ltr'],
'default' => $global_formats['lx_comma_dot_ltr'],
),
'VND' => array(
'default' => $global_formats['rs_comma_dot_ltr'],
'vi_VN' => $global_formats['rs_comma_dot_ltr'],
),
'VUV' => array(
'en_VU' => $global_formats['lx_dot_comma_ltr'],
'fr_VU' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'WST' => array(
'en_WS' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'XAF' => array(
'ar_TD' => $global_formats['rs_comma_dot_rtl'],
'en_CM' => $global_formats['lx_dot_comma_ltr'],
'es_GQ' => $global_formats['lx_comma_dot_ltr'],
'fr_CF' => $global_formats['rs_comma_space_ltr'],
'fr_CG' => $global_formats['rs_comma_space_ltr'],
'fr_CM' => $global_formats['rs_comma_space_ltr'],
'fr_GA' => $global_formats['rs_comma_space_ltr'],
'fr_GQ' => $global_formats['rs_comma_space_ltr'],
'fr_TD' => $global_formats['rs_comma_space_ltr'],
'pt_GQ' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['rs_comma_space_ltr'],
'sg_CF' => $global_formats['lx_comma_dot_ltr'],
),
'XCD' => array(
'en_AG' => $global_formats['lx_dot_comma_ltr'],
'en_AI' => $global_formats['lx_dot_comma_ltr'],
'en_DM' => $global_formats['lx_dot_comma_ltr'],
'en_GD' => $global_formats['lx_dot_comma_ltr'],
'en_KN' => $global_formats['lx_dot_comma_ltr'],
'en_LC' => $global_formats['lx_dot_comma_ltr'],
'en_MS' => $global_formats['lx_dot_comma_ltr'],
'en_VC' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
'XOF' => array(
'fr_BF' => $global_formats['rs_comma_space_ltr'],
'fr_BJ' => $global_formats['rs_comma_space_ltr'],
'fr_CI' => $global_formats['rs_comma_space_ltr'],
'fr_ML' => $global_formats['rs_comma_space_ltr'],
'fr_NE' => $global_formats['rs_comma_space_ltr'],
'fr_SN' => $global_formats['rs_comma_space_ltr'],
'fr_TG' => $global_formats['rs_comma_space_ltr'],
'pt_GW' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['rs_comma_space_ltr'],
'dyo_SN' => $global_formats['rs_comma_space_ltr'],
'wo_SN' => $global_formats['ls_comma_dot_ltr'],
),
'XPF' => array(
'fr_NC' => $global_formats['rs_comma_space_ltr'],
'fr_PF' => $global_formats['rs_comma_space_ltr'],
'fr_WF' => $global_formats['rs_comma_space_ltr'],
'default' => $global_formats['rs_comma_space_ltr'],
),
'YER' => array(
'ar_YE' => $global_formats['rs_comma_dot_rtl'],
'default' => $global_formats['rs_comma_dot_rtl'],
),
'ZAR' => array(
'en_LS' => $global_formats['lx_dot_comma_ltr'],
'en_NA' => $global_formats['lx_dot_comma_ltr'],
'en_ZA' => $global_formats['lx_comma_space_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
'af_ZA' => $global_formats['lx_comma_space_ltr'],
'xh_ZA' => $global_formats['lx_dot_space_ltr'],
'zu_ZA' => $global_formats['lx_dot_comma_ltr'],
),
'ZMW' => array(
'en_ZM' => $global_formats['lx_dot_comma_ltr'],
'default' => $global_formats['lx_dot_comma_ltr'],
),
);

42956
i18n/languages/woocommerce.pot Normal file

File diff suppressed because it is too large Load Diff

3982
i18n/locale-info.php Normal file

File diff suppressed because it is too large Load Diff

270
i18n/phone.php Normal file
View File

@ -0,0 +1,270 @@
<?php
/**
* Calling codes.
*
* Returns an array of calling codes.
*
* @package WooCommerce\i18n
*/
defined( 'ABSPATH' ) || exit;
return array(
'BD' => '+880',
'BE' => '+32',
'BF' => '+226',
'BG' => '+359',
'BA' => '+387',
'BB' => '+1246',
'WF' => '+681',
'BL' => '+590',
'BM' => '+1441',
'BN' => '+673',
'BO' => '+591',
'BH' => '+973',
'BI' => '+257',
'BJ' => '+229',
'BT' => '+975',
'JM' => '+1876',
'BV' => '',
'BW' => '+267',
'WS' => '+685',
'BQ' => '+599',
'BR' => '+55',
'BS' => '+1242',
'JE' => '+441534',
'BY' => '+375',
'BZ' => '+501',
'RU' => '+7',
'RW' => '+250',
'RS' => '+381',
'TL' => '+670',
'RE' => '+262',
'TM' => '+993',
'TJ' => '+992',
'RO' => '+40',
'TK' => '+690',
'GW' => '+245',
'GU' => '+1671',
'GT' => '+502',
'GS' => '',
'GR' => '+30',
'GQ' => '+240',
'GP' => '+590',
'JP' => '+81',
'GY' => '+592',
'GG' => '+441481',
'GF' => '+594',
'GE' => '+995',
'GD' => '+1473',
'GB' => '+44',
'GA' => '+241',
'SV' => '+503',
'GN' => '+224',
'GM' => '+220',
'GL' => '+299',
'GI' => '+350',
'GH' => '+233',
'OM' => '+968',
'TN' => '+216',
'JO' => '+962',
'HR' => '+385',
'HT' => '+509',
'HU' => '+36',
'HK' => '+852',
'HN' => '+504',
'HM' => '',
'VE' => '+58',
'PR' => array(
'+1787',
'+1939',
),
'PS' => '+970',
'PW' => '+680',
'PT' => '+351',
'SJ' => '+47',
'PY' => '+595',
'IQ' => '+964',
'PA' => '+507',
'PF' => '+689',
'PG' => '+675',
'PE' => '+51',
'PK' => '+92',
'PH' => '+63',
'PN' => '+870',
'PL' => '+48',
'PM' => '+508',
'ZM' => '+260',
'EH' => '+212',
'EE' => '+372',
'EG' => '+20',
'ZA' => '+27',
'EC' => '+593',
'IT' => '+39',
'VN' => '+84',
'SB' => '+677',
'ET' => '+251',
'SO' => '+252',
'ZW' => '+263',
'SA' => '+966',
'ES' => '+34',
'ER' => '+291',
'ME' => '+382',
'MD' => '+373',
'MG' => '+261',
'MF' => '+590',
'MA' => '+212',
'MC' => '+377',
'UZ' => '+998',
'MM' => '+95',
'ML' => '+223',
'MO' => '+853',
'MN' => '+976',
'MH' => '+692',
'MK' => '+389',
'MU' => '+230',
'MT' => '+356',
'MW' => '+265',
'MV' => '+960',
'MQ' => '+596',
'MP' => '+1670',
'MS' => '+1664',
'MR' => '+222',
'IM' => '+441624',
'UG' => '+256',
'TZ' => '+255',
'MY' => '+60',
'MX' => '+52',
'IL' => '+972',
'FR' => '+33',
'IO' => '+246',
'SH' => '+290',
'FI' => '+358',
'FJ' => '+679',
'FK' => '+500',
'FM' => '+691',
'FO' => '+298',
'NI' => '+505',
'NL' => '+31',
'NO' => '+47',
'NA' => '+264',
'VU' => '+678',
'NC' => '+687',
'NE' => '+227',
'NF' => '+672',
'NG' => '+234',
'NZ' => '+64',
'NP' => '+977',
'NR' => '+674',
'NU' => '+683',
'CK' => '+682',
'XK' => '',
'CI' => '+225',
'CH' => '+41',
'CO' => '+57',
'CN' => '+86',
'CM' => '+237',
'CL' => '+56',
'CC' => '+61',
'CA' => '+1',
'CG' => '+242',
'CF' => '+236',
'CD' => '+243',
'CZ' => '+420',
'CY' => '+357',
'CX' => '+61',
'CR' => '+506',
'CW' => '+599',
'CV' => '+238',
'CU' => '+53',
'SZ' => '+268',
'SY' => '+963',
'SX' => '+599',
'KG' => '+996',
'KE' => '+254',
'SS' => '+211',
'SR' => '+597',
'KI' => '+686',
'KH' => '+855',
'KN' => '+1869',
'KM' => '+269',
'ST' => '+239',
'SK' => '+421',
'KR' => '+82',
'SI' => '+386',
'KP' => '+850',
'KW' => '+965',
'SN' => '+221',
'SM' => '+378',
'SL' => '+232',
'SC' => '+248',
'KZ' => '+7',
'KY' => '+1345',
'SG' => '+65',
'SE' => '+46',
'SD' => '+249',
'DO' => array(
'+1809',
'+1829',
'+1849',
),
'DM' => '+1767',
'DJ' => '+253',
'DK' => '+45',
'VG' => '+1284',
'DE' => '+49',
'YE' => '+967',
'DZ' => '+213',
'US' => '+1',
'UY' => '+598',
'YT' => '+262',
'UM' => '+1',
'LB' => '+961',
'LC' => '+1758',
'LA' => '+856',
'TV' => '+688',
'TW' => '+886',
'TT' => '+1868',
'TR' => '+90',
'LK' => '+94',
'LI' => '+423',
'LV' => '+371',
'TO' => '+676',
'LT' => '+370',
'LU' => '+352',
'LR' => '+231',
'LS' => '+266',
'TH' => '+66',
'TF' => '',
'TG' => '+228',
'TD' => '+235',
'TC' => '+1649',
'LY' => '+218',
'VA' => '+379',
'VC' => '+1784',
'AE' => '+971',
'AD' => '+376',
'AG' => '+1268',
'AF' => '+93',
'AI' => '+1264',
'VI' => '+1340',
'IS' => '+354',
'IR' => '+98',
'AM' => '+374',
'AL' => '+355',
'AO' => '+244',
'AQ' => '',
'AS' => '+1684',
'AR' => '+54',
'AU' => '+61',
'AT' => '+43',
'AW' => '+297',
'IN' => '+91',
'AX' => '+35818',
'AZ' => '+994',
'IE' => '+353',
'ID' => '+62',
'UA' => '+380',
'QA' => '+974',
'MZ' => '+258',
);

1873
i18n/states.php Normal file

File diff suppressed because it is too large Load Diff