├── .gitignore ├── LICENSE.txt ├── README.md ├── assets ├── screenshot-1.png ├── screenshot-2.png ├── screenshot-3.png └── screenshot-4.png ├── class-wp-cldr.php ├── data └── 46.0.0 │ ├── LICENSE │ ├── main │ ├── af │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── am │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── an │ │ ├── currencies.json │ │ ├── languages.json │ │ └── timeZoneNames.json │ ├── ar-MA │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── ar │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── as │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── ast │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── az │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── bal │ │ ├── currencies.json │ │ ├── languages.json │ │ └── timeZoneNames.json │ ├── be │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── bg │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── bn │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── bo │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── br │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── bs │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── ca │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── ceb │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── ckb │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── cs │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── cv │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── cy │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── da │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── de-AT │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── de-CH │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── de │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── dsb │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── dv │ │ ├── currencies.json │ │ └── timeZoneNames.json │ ├── dz │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── el │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── en-AU │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── en-CA │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── en-GB │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── en-NZ │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── en-ZA │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── en │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── eo │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── es-AR │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── es-CL │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── es-CO │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── es-CR │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── es-DO │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── es-EC │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── es-GT │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── es-MX │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── es-PE │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── es-PR │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── es-UY │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── es-VE │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── es │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── et │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── eu │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── fa-AF │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── fa │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── fi │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── fil │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── fo │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── fr-BE │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── fr-CA │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── fr-CH │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── fr │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── fur │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── ga │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── gd │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── gl │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── gu │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── he │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── hi │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── hr │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── hsb │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── hu │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── hy │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── id │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── is │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── it │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── ja │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── jv │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── ka │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── kab │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── kk │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── km │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── kn │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── ko │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── ku │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── ky │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── lo │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── lt │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── lv │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── mk │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── ml │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── mn │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── mr │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── ms │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── my │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── nb │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── ne │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── nl-BE │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── nl │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── nn │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── oc │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── pa │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── pl │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── ps │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── pt-AO │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── pt-PT │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── pt │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── rhg │ │ ├── currencies.json │ │ ├── languages.json │ │ └── timeZoneNames.json │ ├── ro │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── ru │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── sah │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── sd │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── si │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── sk │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── skr │ │ ├── currencies.json │ │ ├── languages.json │ │ └── timeZoneNames.json │ ├── sl │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── so │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── sq │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── sr │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── su │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── sv │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── sw │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── szl │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── ta-LK │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── ta │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── te │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── th │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── tr │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── tt │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── ug │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── uk │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── ur │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── uz │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── vi │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ ├── zh-Hans │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ └── zh-Hant │ │ ├── currencies.json │ │ ├── languages.json │ │ ├── territories.json │ │ └── timeZoneNames.json │ └── supplemental │ ├── currencyData.json │ ├── territoryContainment.json │ ├── territoryInfo.json │ ├── timezone.json │ └── weekData.json ├── generate-docs.sh ├── get-cldr-files.sh ├── phpunit.xml ├── prune-cldr-files.php ├── readme.txt ├── tests └── WPCLDRTests.php └── wp-cldr.php /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/README.md -------------------------------------------------------------------------------- /assets/screenshot-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/assets/screenshot-1.png -------------------------------------------------------------------------------- /assets/screenshot-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/assets/screenshot-2.png -------------------------------------------------------------------------------- /assets/screenshot-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/assets/screenshot-3.png -------------------------------------------------------------------------------- /assets/screenshot-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/assets/screenshot-4.png -------------------------------------------------------------------------------- /class-wp-cldr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/class-wp-cldr.php -------------------------------------------------------------------------------- /data/46.0.0/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/LICENSE -------------------------------------------------------------------------------- /data/46.0.0/main/af/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/af/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/af/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/af/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/af/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/af/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/af/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/af/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/am/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/am/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/am/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/am/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/am/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/am/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/am/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/am/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/an/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/an/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/an/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/an/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/an/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/an/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ar-MA/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ar-MA/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ar-MA/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ar-MA/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ar-MA/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ar-MA/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ar-MA/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ar-MA/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ar/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ar/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ar/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ar/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ar/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ar/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ar/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ar/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/as/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/as/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/as/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/as/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/as/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/as/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/as/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/as/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ast/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ast/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ast/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ast/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ast/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ast/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ast/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ast/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/az/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/az/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/az/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/az/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/az/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/az/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/az/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/az/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/bal/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/bal/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/bal/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/bal/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/bal/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/bal/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/be/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/be/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/be/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/be/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/be/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/be/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/be/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/be/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/bg/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/bg/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/bg/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/bg/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/bg/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/bg/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/bg/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/bg/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/bn/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/bn/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/bn/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/bn/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/bn/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/bn/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/bn/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/bn/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/bo/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/bo/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/bo/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/bo/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/bo/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/bo/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/bo/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/bo/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/br/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/br/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/br/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/br/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/br/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/br/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/br/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/br/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/bs/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/bs/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/bs/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/bs/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/bs/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/bs/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/bs/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/bs/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ca/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ca/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ca/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ca/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ca/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ca/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ca/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ca/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ceb/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ceb/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ceb/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ceb/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ceb/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ceb/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ceb/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ceb/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ckb/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ckb/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ckb/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ckb/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ckb/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ckb/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ckb/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ckb/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/cs/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/cs/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/cs/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/cs/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/cs/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/cs/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/cs/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/cs/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/cv/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/cv/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/cv/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/cv/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/cv/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/cv/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/cv/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/cv/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/cy/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/cy/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/cy/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/cy/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/cy/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/cy/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/cy/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/cy/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/da/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/da/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/da/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/da/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/da/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/da/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/da/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/da/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/de-AT/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/de-AT/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/de-AT/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/de-AT/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/de-AT/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/de-AT/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/de-AT/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/de-AT/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/de-CH/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/de-CH/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/de-CH/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/de-CH/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/de-CH/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/de-CH/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/de-CH/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/de-CH/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/de/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/de/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/de/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/de/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/de/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/de/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/de/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/de/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/dsb/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/dsb/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/dsb/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/dsb/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/dsb/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/dsb/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/dsb/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/dsb/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/dv/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/dv/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/dv/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/dv/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/dz/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/dz/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/dz/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/dz/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/dz/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/dz/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/dz/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/dz/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/el/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/el/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/el/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/el/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/el/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/el/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/el/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/el/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/en-AU/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en-AU/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/en-AU/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en-AU/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/en-AU/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en-AU/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/en-AU/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en-AU/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/en-CA/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en-CA/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/en-CA/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en-CA/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/en-CA/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en-CA/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/en-CA/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en-CA/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/en-GB/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en-GB/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/en-GB/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en-GB/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/en-GB/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en-GB/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/en-GB/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en-GB/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/en-NZ/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en-NZ/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/en-NZ/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en-NZ/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/en-NZ/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en-NZ/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/en-NZ/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en-NZ/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/en-ZA/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en-ZA/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/en-ZA/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en-ZA/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/en-ZA/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en-ZA/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/en-ZA/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en-ZA/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/en/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/en/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/en/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/en/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/en/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/eo/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/eo/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/eo/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/eo/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/eo/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/eo/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/eo/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/eo/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-AR/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-AR/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-AR/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-AR/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-AR/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-AR/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-AR/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-AR/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-CL/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-CL/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-CL/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-CL/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-CL/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-CL/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-CL/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-CL/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-CO/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-CO/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-CO/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-CO/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-CO/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-CO/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-CO/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-CO/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-CR/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-CR/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-CR/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-CR/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-CR/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-CR/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-CR/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-CR/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-DO/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-DO/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-DO/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-DO/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-DO/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-DO/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-DO/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-DO/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-EC/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-EC/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-EC/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-EC/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-EC/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-EC/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-EC/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-EC/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-GT/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-GT/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-GT/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-GT/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-GT/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-GT/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-GT/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-GT/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-MX/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-MX/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-MX/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-MX/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-MX/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-MX/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-MX/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-MX/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-PE/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-PE/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-PE/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-PE/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-PE/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-PE/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-PE/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-PE/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-PR/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-PR/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-PR/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-PR/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-PR/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-PR/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-PR/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-PR/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-UY/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-UY/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-UY/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-UY/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-UY/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-UY/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-UY/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-UY/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-VE/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-VE/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-VE/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-VE/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-VE/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-VE/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/es-VE/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es-VE/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/es/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/es/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/es/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/es/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/es/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/et/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/et/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/et/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/et/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/et/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/et/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/et/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/et/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/eu/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/eu/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/eu/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/eu/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/eu/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/eu/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/eu/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/eu/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/fa-AF/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fa-AF/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/fa-AF/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fa-AF/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/fa-AF/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fa-AF/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/fa-AF/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fa-AF/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/fa/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fa/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/fa/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fa/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/fa/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fa/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/fa/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fa/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/fi/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fi/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/fi/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fi/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/fi/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fi/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/fi/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fi/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/fil/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fil/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/fil/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fil/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/fil/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fil/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/fil/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fil/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/fo/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fo/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/fo/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fo/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/fo/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fo/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/fo/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fo/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/fr-BE/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fr-BE/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/fr-BE/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fr-BE/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/fr-BE/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fr-BE/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/fr-BE/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fr-BE/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/fr-CA/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fr-CA/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/fr-CA/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fr-CA/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/fr-CA/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fr-CA/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/fr-CA/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fr-CA/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/fr-CH/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fr-CH/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/fr-CH/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fr-CH/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/fr-CH/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fr-CH/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/fr-CH/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fr-CH/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/fr/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fr/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/fr/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fr/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/fr/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fr/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/fr/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fr/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/fur/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fur/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/fur/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fur/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/fur/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fur/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/fur/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/fur/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ga/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ga/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ga/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ga/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ga/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ga/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ga/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ga/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/gd/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/gd/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/gd/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/gd/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/gd/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/gd/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/gd/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/gd/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/gl/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/gl/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/gl/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/gl/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/gl/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/gl/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/gl/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/gl/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/gu/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/gu/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/gu/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/gu/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/gu/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/gu/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/gu/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/gu/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/he/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/he/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/he/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/he/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/he/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/he/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/he/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/he/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/hi/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/hi/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/hi/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/hi/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/hi/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/hi/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/hi/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/hi/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/hr/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/hr/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/hr/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/hr/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/hr/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/hr/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/hr/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/hr/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/hsb/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/hsb/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/hsb/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/hsb/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/hsb/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/hsb/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/hsb/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/hsb/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/hu/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/hu/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/hu/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/hu/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/hu/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/hu/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/hu/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/hu/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/hy/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/hy/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/hy/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/hy/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/hy/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/hy/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/hy/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/hy/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/id/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/id/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/id/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/id/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/id/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/id/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/id/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/id/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/is/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/is/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/is/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/is/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/is/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/is/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/is/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/is/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/it/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/it/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/it/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/it/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/it/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/it/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/it/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/it/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ja/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ja/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ja/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ja/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ja/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ja/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ja/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ja/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/jv/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/jv/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/jv/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/jv/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/jv/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/jv/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/jv/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/jv/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ka/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ka/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ka/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ka/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ka/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ka/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ka/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ka/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/kab/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/kab/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/kab/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/kab/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/kab/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/kab/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/kab/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/kab/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/kk/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/kk/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/kk/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/kk/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/kk/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/kk/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/kk/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/kk/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/km/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/km/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/km/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/km/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/km/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/km/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/km/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/km/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/kn/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/kn/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/kn/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/kn/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/kn/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/kn/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/kn/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/kn/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ko/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ko/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ko/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ko/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ko/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ko/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ko/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ko/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ku/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ku/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ku/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ku/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ku/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ku/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ku/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ku/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ky/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ky/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ky/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ky/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ky/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ky/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ky/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ky/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/lo/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/lo/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/lo/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/lo/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/lo/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/lo/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/lo/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/lo/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/lt/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/lt/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/lt/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/lt/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/lt/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/lt/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/lt/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/lt/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/lv/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/lv/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/lv/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/lv/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/lv/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/lv/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/lv/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/lv/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/mk/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/mk/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/mk/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/mk/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/mk/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/mk/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/mk/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/mk/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ml/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ml/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ml/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ml/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ml/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ml/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ml/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ml/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/mn/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/mn/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/mn/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/mn/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/mn/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/mn/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/mn/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/mn/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/mr/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/mr/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/mr/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/mr/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/mr/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/mr/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/mr/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/mr/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ms/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ms/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ms/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ms/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ms/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ms/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ms/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ms/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/my/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/my/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/my/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/my/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/my/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/my/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/my/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/my/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/nb/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/nb/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/nb/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/nb/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/nb/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/nb/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/nb/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/nb/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ne/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ne/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ne/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ne/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ne/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ne/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ne/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ne/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/nl-BE/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/nl-BE/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/nl-BE/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/nl-BE/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/nl-BE/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/nl-BE/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/nl-BE/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/nl-BE/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/nl/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/nl/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/nl/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/nl/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/nl/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/nl/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/nl/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/nl/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/nn/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/nn/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/nn/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/nn/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/nn/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/nn/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/nn/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/nn/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/oc/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/oc/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/oc/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/oc/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/oc/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/oc/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/oc/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/oc/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/pa/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/pa/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/pa/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/pa/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/pa/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/pa/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/pa/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/pa/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/pl/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/pl/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/pl/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/pl/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/pl/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/pl/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/pl/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/pl/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ps/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ps/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ps/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ps/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ps/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ps/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ps/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ps/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/pt-AO/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/pt-AO/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/pt-AO/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/pt-AO/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/pt-AO/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/pt-AO/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/pt-AO/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/pt-AO/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/pt-PT/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/pt-PT/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/pt-PT/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/pt-PT/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/pt-PT/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/pt-PT/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/pt-PT/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/pt-PT/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/pt/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/pt/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/pt/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/pt/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/pt/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/pt/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/pt/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/pt/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/rhg/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/rhg/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/rhg/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/rhg/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/rhg/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/rhg/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ro/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ro/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ro/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ro/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ro/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ro/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ro/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ro/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ru/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ru/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ru/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ru/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ru/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ru/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ru/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ru/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/sah/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sah/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/sah/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sah/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/sah/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sah/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/sah/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sah/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/sd/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sd/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/sd/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sd/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/sd/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sd/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/sd/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sd/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/si/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/si/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/si/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/si/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/si/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/si/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/si/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/si/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/sk/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sk/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/sk/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sk/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/sk/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sk/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/sk/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sk/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/skr/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/skr/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/skr/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/skr/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/skr/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/skr/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/sl/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sl/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/sl/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sl/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/sl/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sl/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/sl/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sl/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/so/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/so/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/so/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/so/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/so/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/so/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/so/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/so/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/sq/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sq/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/sq/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sq/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/sq/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sq/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/sq/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sq/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/sr/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sr/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/sr/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sr/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/sr/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sr/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/sr/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sr/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/su/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/su/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/su/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/su/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/su/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/su/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/su/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/su/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/sv/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sv/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/sv/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sv/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/sv/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sv/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/sv/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sv/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/sw/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sw/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/sw/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sw/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/sw/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sw/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/sw/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/sw/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/szl/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/szl/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/szl/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/szl/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/szl/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/szl/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/szl/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/szl/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ta-LK/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ta-LK/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ta-LK/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ta-LK/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ta-LK/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ta-LK/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ta-LK/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ta-LK/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ta/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ta/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ta/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ta/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ta/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ta/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ta/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ta/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/te/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/te/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/te/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/te/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/te/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/te/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/te/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/te/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/th/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/th/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/th/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/th/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/th/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/th/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/th/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/th/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/tr/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/tr/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/tr/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/tr/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/tr/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/tr/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/tr/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/tr/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/tt/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/tt/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/tt/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/tt/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/tt/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/tt/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/tt/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/tt/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ug/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ug/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ug/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ug/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ug/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ug/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ug/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ug/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/uk/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/uk/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/uk/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/uk/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/uk/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/uk/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/uk/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/uk/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/ur/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ur/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/ur/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ur/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/ur/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ur/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/ur/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/ur/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/uz/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/uz/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/uz/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/uz/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/uz/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/uz/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/uz/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/uz/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/vi/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/vi/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/vi/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/vi/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/vi/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/vi/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/vi/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/vi/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/zh-Hans/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/zh-Hans/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/zh-Hans/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/zh-Hans/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/zh-Hans/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/zh-Hans/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/zh-Hans/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/zh-Hans/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/main/zh-Hant/currencies.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/zh-Hant/currencies.json -------------------------------------------------------------------------------- /data/46.0.0/main/zh-Hant/languages.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/zh-Hant/languages.json -------------------------------------------------------------------------------- /data/46.0.0/main/zh-Hant/territories.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/zh-Hant/territories.json -------------------------------------------------------------------------------- /data/46.0.0/main/zh-Hant/timeZoneNames.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/main/zh-Hant/timeZoneNames.json -------------------------------------------------------------------------------- /data/46.0.0/supplemental/currencyData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/supplemental/currencyData.json -------------------------------------------------------------------------------- /data/46.0.0/supplemental/territoryContainment.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/supplemental/territoryContainment.json -------------------------------------------------------------------------------- /data/46.0.0/supplemental/territoryInfo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/supplemental/territoryInfo.json -------------------------------------------------------------------------------- /data/46.0.0/supplemental/timezone.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/supplemental/timezone.json -------------------------------------------------------------------------------- /data/46.0.0/supplemental/weekData.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/data/46.0.0/supplemental/weekData.json -------------------------------------------------------------------------------- /generate-docs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/generate-docs.sh -------------------------------------------------------------------------------- /get-cldr-files.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/get-cldr-files.sh -------------------------------------------------------------------------------- /phpunit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/phpunit.xml -------------------------------------------------------------------------------- /prune-cldr-files.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/prune-cldr-files.php -------------------------------------------------------------------------------- /readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/readme.txt -------------------------------------------------------------------------------- /tests/WPCLDRTests.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/tests/WPCLDRTests.php -------------------------------------------------------------------------------- /wp-cldr.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Automattic/wp-cldr/HEAD/wp-cldr.php --------------------------------------------------------------------------------