mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Use custom data.
ICU is used to: - List locales (`locales_tree`) - Get information about those locales in different languages (`lang_tree`) - Remove accents (`translit`) Tracing ICU without custom data, we also load `likelySubtags` and `metadata`. Not sure why and what happen when missing but let's be conservatives and include them.
This commit is contained in:
@ -39,7 +39,7 @@ release_versions = {
|
||||
|
||||
# This is the "version" of the whole base_deps_versions dict.
|
||||
# Change this when you change base_deps_versions.
|
||||
base_deps_meta_version = '93'
|
||||
base_deps_meta_version = '94'
|
||||
|
||||
base_deps_versions = {
|
||||
'zlib' : '1.2.12',
|
||||
|
Reference in New Issue
Block a user