From cb6ba06d286d0b44e0a54635588e33c2a650e0b8 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 17 Mar 2021 11:50:23 +0200 Subject: tdf#124909: Use the myspell dictionary for Swiss German on iOS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The iOS system German dictionary is not good for Swiss German. (And it doesn't even claim to be, it says it is for de_DE.) The system German dictionary accepts 'ß' but that is not used in Swiss German, 'ss' is always used instead. Build the spell library for iOS, too, and don't assume that the system de_DE dictionary would be usable for de_CH and de_LI. Copy those dictionaries for inclusion in the iOS app bundle. Change-Id: I0f8020812221024756c792bddc16a707de35b827 Signed-off-by: Tor Lillqvist Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112603 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112635 --- postprocess/Rdb_services.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'postprocess') diff --git a/postprocess/Rdb_services.mk b/postprocess/Rdb_services.mk index 3876df9ec682..34a5c0b59f05 100644 --- a/postprocess/Rdb_services.mk +++ b/postprocess/Rdb_services.mk @@ -93,8 +93,8 @@ $(eval $(call gb_Rdb_add_components,services,\ hwpfilter/source/hwp \ lingucomponent/source/hyphenator/hyphen/hyphen \ lingucomponent/source/languageguessing/guesslang \ + lingucomponent/source/spellcheck/spell/spell \ $(if $(filter-out iOS,$(OS)), \ - lingucomponent/source/spellcheck/spell/spell \ lingucomponent/source/thesaurus/libnth/lnth \ ) \ lingucomponent/source/numbertext/numbertext \ -- cgit