mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-23 13:05:12 +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
Notes:
sideshowbarker
2024-07-16 23:08:48 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/7d2172ff3d Pull-request: https://github.com/SerenityOS/serenity/pull/22403
2 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
||||
|
|
|
@ -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
Reference in a new issue