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:
Matthieu Gautier
2023-10-31 18:20:50 +01:00
parent 717dcd801d
commit beadc3b16c
4 changed files with 49 additions and 6 deletions

View File

@ -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',