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:
Veloman Yunkan 2021-07-04 15:48:48 +04:00 committed by Matthieu Gautier
parent ee093b4dfa
commit 41a411c667
2 changed files with 4 additions and 5 deletions

View File

@ -34,13 +34,12 @@ diff -ur icu4c/source/data/Makefile.in icu4c.patched/source/data/Makefile.in
## RES files ## RES files
--include $(LOCSRCDIR)/resfiles.mk --include $(LOCSRCDIR)/resfiles.mk
--include $(CURRSRCDIR)/resfiles.mk --include $(CURRSRCDIR)/resfiles.mk
--include $(LANGSRCDIR)/resfiles.mk +#-include $(LOCSRCDIR)/resfiles.mk
+#-include $(CURRSRCDIR)/resfiles.mk
-include $(LANGSRCDIR)/resfiles.mk
--include $(REGIONSRCDIR)/resfiles.mk --include $(REGIONSRCDIR)/resfiles.mk
--include $(ZONESRCDIR)/resfiles.mk --include $(ZONESRCDIR)/resfiles.mk
--include $(UNITSRCDIR)/resfiles.mk --include $(UNITSRCDIR)/resfiles.mk
+#-include $(LOCSRCDIR)/resfiles.mk
+#-include $(CURRSRCDIR)/resfiles.mk
+#-include $(LANGSRCDIR)/resfiles.mk
+#-include $(REGIONSRCDIR)/resfiles.mk +#-include $(REGIONSRCDIR)/resfiles.mk
+#-include $(ZONESRCDIR)/resfiles.mk +#-include $(ZONESRCDIR)/resfiles.mk
+#-include $(UNITSRCDIR)/resfiles.mk +#-include $(UNITSRCDIR)/resfiles.mk

View File

@ -39,7 +39,7 @@ release_versions = {
# This is the "version" of the whole base_deps_versions dict. # This is the "version" of the whole base_deps_versions dict.
# Change this when you change base_deps_versions. # Change this when you change base_deps_versions.
base_deps_meta_version = '73' base_deps_meta_version = '74'
base_deps_versions = { base_deps_versions = {
'zlib' : '1.2.8', 'zlib' : '1.2.8',