LibLocale: Update to CLDR version 45.0.0

https://cldr.unicode.org/index/downloads/cldr-45
This commit is contained in:
Timothy Flynn 2024-04-18 11:52:28 -04:00 committed by Andreas Kling
parent 7e51d6e07d
commit 5a3efb8842
Notes: sideshowbarker 2024-07-17 02:28:18 +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.1.0)
set(CLDR_VERSION 45.0.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.1.0"
version = "45.0.0"
url = "https://github.com/unicode-org/cldr-json/releases/download/" +
version + "/cldr-" + version + "-json-modern.zip"
cache = locale_cache