summaryrefslogtreecommitdiffstats
path: root/util/locale_database/cldr.py
Commit message (Expand)AuthorAgeFilesLines
* locale_database: Use pathlib to manipulate paths in Python codeIevgenii Meshcheriakov2021-07-191-28/+26
* locale_database: Use f-strings in Python codeIevgenii Meshcheriakov2021-07-171-16/+16
* locale_database: Don't use u prefix for strings in python filesIevgenii Meshcheriakov2021-07-151-5/+5
* Convert CLDR scripts to Python 3Ievgenii Meshcheriakov2021-07-151-6/+6
* cldr.py: Avoid raising StopIteration from generatorsIevgenii Meshcheriakov2021-07-091-5/+10
* Nomenclature change: s/countr/territor/g in locale scriptsEdward Welbourne2021-05-261-46/+46
* Rename util/locale_database/enumdata.py's various *_list to *_mapEdward Welbourne2021-05-261-9/+9
* Add the "Territory" enumerated type for QLocaleJiDe Zhang2021-04-151-2/+2
* Check our enumdata.py tables are consistent with CLDREdward Welbourne2020-11-081-3/+68
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-5/+0
* Take CLDR's distinguished attributes into accountEdward Welbourne2020-04-021-6/+57
* Rework cldr2qlocalexml.py's reading of CLDR dataEdward Welbourne2020-04-021-4/+494
* Move cldr2qtimezone.py's CLDR-reading to a CldrAccess classEdward Welbourne2020-04-021-0/+182