mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Language data is packaged into ICU
With language data not put into icu, `icu::Locale::getDisplayLanguage()` doesn't work correctly.
This commit is contained in:
committed by
Matthieu Gautier
parent
ee093b4dfa
commit
41a411c667
@ -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 = '73'
|
||||
base_deps_meta_version = '74'
|
||||
|
||||
base_deps_versions = {
|
||||
'zlib' : '1.2.8',
|
||||
|
Reference in New Issue
Block a user