mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:57:45 +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
|
@ -1,6 +1,6 @@
|
||||||
include(${CMAKE_CURRENT_LIST_DIR}/utils.cmake)
|
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_PATH "${SERENITY_CACHE_DIR}/CLDR" CACHE PATH "Download location for CLDR files")
|
||||||
set(CLDR_VERSION_FILE "${CLDR_PATH}/version.txt")
|
set(CLDR_VERSION_FILE "${CLDR_PATH}/version.txt")
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ locale_cache = cache_path + "CLDR/"
|
||||||
|
|
||||||
if (enable_unicode_database_download) {
|
if (enable_unicode_database_download) {
|
||||||
download_file("locale_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/" +
|
url = "https://github.com/unicode-org/cldr-json/releases/download/" +
|
||||||
version + "/cldr-" + version + "-json-modern.zip"
|
version + "/cldr-" + version + "-json-modern.zip"
|
||||||
cache = locale_cache
|
cache = locale_cache
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue