LibLocale: Update to CLDR version 44.1.0

https://cldr.unicode.org/index/downloads/cldr-44#h.nvqx283jwsx
This commit is contained in:
Timothy Flynn 2023-12-23 08:44:06 -05:00 committed by Andreas Kling
parent ef6d1dbd4d
commit 7d2172ff3d
Notes: sideshowbarker 2024-07-16 23:08:48 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
include(${CMAKE_CURRENT_LIST_DIR}/utils.cmake)
set(CLDR_VERSION 44.0.1)
set(CLDR_VERSION 44.1.0)
set(CLDR_PATH "${SERENITY_CACHE_DIR}/CLDR" CACHE PATH "Download location for CLDR files")
set(CLDR_VERSION_FILE "${CLDR_PATH}/version.txt")

View file

@ -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