summaryrefslogtreecommitdiff
path: root/Repository.mk
diff options
context:
space:
mode:
authorJonathan Clark <jonathan@libreoffice.org>2024-04-15 17:10:51 -0600
committerCaolán McNamara <caolan.mcnamara@collabora.com>2024-05-03 12:30:59 +0200
commit14c6cde779d64596eab0f4d3f32f181ce2243929 (patch)
treec4083c40883c4e3e4f4f615fef567f6549f3f603 /Repository.mk
parentd75a37a5829dfcb915f7190d4453c4d4fa25e579 (diff)
tdf#49885 Updated CJK BreakIterator to use ICU
Previously, the CJK BreakIterator used custom dictionaries for Chinese and Japanese. This change removes these custom dictionaries in favor of the upstream ICU implementation, which uses an externally-maintained frequency dictionary for these languages. This change also removes support code for dictionary-based break iterators, as it is no longer used. Change-Id: I55c4ce9c842d1751997309fd7446e0a6917915dc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166136 Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> Tested-by: Jenkins Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'Repository.mk')
-rw-r--r--Repository.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Repository.mk b/Repository.mk
index 9a765f5be26f..e910b6d572b7 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -701,8 +701,6 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo, \
))
$(eval $(call gb_Helper_register_plugins_for_install,PLAINLIBS_OOO,ooo, \
- dict_ja \
- dict_zh \
localedata_en \
localedata_es \
localedata_euro \