summaryrefslogtreecommitdiff
path: root/scripts/download_import_cldr.py
Commit message (Collapse)AuthorAgeFilesLines
* Import CLDR 42Aarni Koskela2023-01-201-4/+4
|
* Apply some small miscellaneous formatting fixesAarni Koskela2023-01-181-1/+1
|
* Apply ruff I category fixesAarni Koskela2023-01-181-4/+3
|
* Downloader: use f-stringsAarni Koskela2022-07-131-10/+7
|
* Downloader: download to temporary file, then replaceAarni Koskela2022-07-131-3/+3
|
* Downloader: use shutil.get_terminal_size()Aarni Koskela2022-07-131-16/+3
|
* Remove some deprecated ImportError guardsAarni Koskela2022-07-131-4/+1
|
* Download CLDR 41.0Aarni Koskela2022-04-081-4/+4
|
* Show CLDR download URLAarni Koskela2022-04-081-1/+1
| | | | Fixes #811
* Download CLDR 40.0Aarni Koskela2022-04-081-4/+5
|
* Quiesce CLDR download progress bar if requested (or not a TTY)Aarni Koskela2020-11-121-1/+2
|
* Switch downloader to CLDR 37Aarni Koskela2020-10-011-3/+3
|
* Download CLDR 36.0Aarni Koskela2019-12-311-3/+3
|
* Use CLDR 35.1Aarni Koskela2019-05-271-3/+3
|
* Download CLDR 34.0Alberto Mardegan2019-01-241-3/+3
|
* Download CLDR 33.0; fix test changesAarni Koskela2018-05-281-5/+5
|
* CLDR: Use CLDR 32.0.1Aarni Koskela2018-01-191-3/+3
|
* cldr: use CLDR 31.0.1 (and fix test changes); see below!cldr-30Aarni Koskela2018-01-171-4/+4
| | | | | | | | | | | | | | | | | | | | CLDR 31.0 separated the GMT and UTC time zones, so formatting of that time zone has changed. Most notably, "UTC" replaces "+0000" when formatting the timezone. This could break code that expects +0000. A subset (the parts supported by Babel) of the migration guide from http://cldr.unicode.org/index/downloads/cldr-31: * The locales in the language-territory population tables have been changed to be the canonical format, dropping the script where it is the default. So "ku_Latn" changes to "ku". * Plural rules: The Portuguese plural rules have changed so that all (and only) integers and decimal fractions < 2 are singular. * Timezones: The GMT timezone has been split from the UTC timezone. * Timezones: New timezone bcp47 codes have been added. * Languages "hr" and "sr" are no longer a short distance apart, for political reasons. * The primary names for CZ changed from "Czech Republic" to "Czechia", with the longer name now the alternate.
* cldr: use CLDR 30.0.2 (and fix test changes)Aarni Koskela2018-01-171-3/+3
|
* Handle file open/close with "with"Ville Skyttä2016-07-271-3/+3
|
* Download CLDR 29 instead of 28Aarni Koskela2016-06-221-3/+3
|
* Update to CLDR 28 (with test updates)Aarni Koskela2015-12-211-5/+4
| | | | | | | | | | * Aside from the usual data changes, the provisional aa locale is no longer, so we can't use it for tests. Instead, ii is used (chosen by virtue of ii.xml being fairly small, i.e. probably as incomplete as aa). * ms_Latn_SG is not in use anymore either; use sr_Latn_ME instead. Closes #226 Closes #290
* download_import_cldr: unzip into versioned dirAarni Koskela2015-12-211-2/+3
|
* CLDR-26 support: Minor adjustments to tests. URL, filename and filehash.benselme2015-01-111-3/+3
|
* File name and checksum for CLDR-25benselme2015-01-111-3/+3
|
* Update CLDR URL for v24, filename and MD5benselme2015-01-081-3/+3
|
* bump cldr to 23.1Alex Morega2013-07-071-3/+3
|
* exception when checksum does not matchAlex Morega2013-07-071-1/+6
|
* fix cldr download script for py3Alex Morega2013-07-071-2/+6
|
* Added a terminal width fallbackArmin Ronacher2013-07-061-6/+9
|
* Made babel work with the latest version of the CLDR (23)Armin Ronacher2013-07-041-4/+4
|
* Fixed import error reportingArmin Ronacher2013-07-041-1/+1
|
* Improved downloading and conversion experienceArmin Ronacher2013-07-041-15/+60
|
* Fixed the cldr download and importArmin Ronacher2013-07-041-2/+2
|
* script to download and import cldrAlex Morega2013-07-031-0/+47