mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:37:35 +00:00
LibLocale: Update to CLDR version 44.1.0
https://cldr.unicode.org/index/downloads/cldr-44#h.nvqx283jwsx
This commit is contained in:
parent
ef6d1dbd4d
commit
7d2172ff3d
2 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ locale_cache = cache_path + "CLDR/"
|
|||
|
||||
if (enable_unicode_database_download) {
|
||||
download_file("locale_database_download") {
|
||||
version = "44.0.1"
|
||||
version = "44.1.0"
|
||||
url = "https://github.com/unicode-org/cldr-json/releases/download/" +
|
||||
version + "/cldr-" + version + "-json-modern.zip"
|
||||
cache = locale_cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue