From fc88ed47a66e76d279471c1da1193ce90ad8e9e5 Mon Sep 17 00:00:00 2001 From: Aron Budea Date: Tue, 22 Nov 2016 23:15:28 +0100 Subject: tdf#103922: Add Tibetan (bo) dictionary Change-Id: Ief1a83bb87d03e46a3d3fa7702ab852401d3ed89 Reviewed-on: https://gerrit.libreoffice.org/31089 Tested-by: Jenkins Reviewed-by: Andras Timar --- scp2/source/ooo/common_brand.scp | 5 +++++ scp2/source/ooo/file_ooo.scp | 9 +++++++++ scp2/source/ooo/module_ooo.scp | 11 +++++++++++ scp2/source/ooo/module_ooo.ulf | 6 ++++++ setup_native/source/packinfo/packinfo_office.txt | 15 +++++++++++++++ setup_native/source/packinfo/spellchecker_selection.txt | 1 + 6 files changed, 47 insertions(+) diff --git a/scp2/source/ooo/common_brand.scp b/scp2/source/ooo/common_brand.scp index 7cd77331f7ea..6424960686f5 100644 --- a/scp2/source/ooo/common_brand.scp +++ b/scp2/source/ooo/common_brand.scp @@ -183,6 +183,11 @@ Directory gid_Brand_Dir_Share_Extensions_Dict_Bn DosName = "dict-bn"; End +Directory gid_Brand_Dir_Share_Extensions_Dict_Bo + ParentID = gid_Brand_Dir_Share_Extensions; + DosName = "dict-bo"; +End + Directory gid_Brand_Dir_Share_Extensions_Dict_Br ParentID = gid_Brand_Dir_Share_Extensions; DosName = "dict-br"; diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 4f6a1eece4a1..f0542fc11f24 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -420,6 +420,15 @@ File gid_File_Extension_Dictionary_Bn End #endif +#if defined WITH_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Bo + Dir = FILELIST_DIR; + Name = "Dictionary/dict-bo.filelist"; + Styles = (PACKED, FORCELANGUAGEPACK, FILELIST); + TXT_FILE_BODY; +End +#endif + #if defined WITH_MYSPELL_DICTS File gid_File_Extension_Dictionary_Br Dir = FILELIST_DIR; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 7819b24e426f..0d781e1aaa76 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -225,6 +225,17 @@ Module gid_Module_Root_Extension_Dictionary_Bn Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Bo + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_BO ); + Files = (gid_File_Extension_Dictionary_Bo); + InstallOrder = "2000"; + Sortkey = "525"; + Spellcheckerlanguage = "bo"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_Br MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_BR ); Files = (gid_File_Extension_Dictionary_Br); diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index 6c1c894520fe..25c5400d6e1f 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -76,6 +76,12 @@ en-US = "Bengali" [STR_DESC_MODULE_EXTENSION_DICTIONARY_BN] en-US = "Bengali spelling dictionary" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_BO] +en-US = "Classical Tibetan" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_BO] +en-US = "Classical Tibetan syllable spelling dictionary" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_BR] en-US = "Breton" diff --git a/setup_native/source/packinfo/packinfo_office.txt b/setup_native/source/packinfo/packinfo_office.txt index 613c79b9e3a9..47e5817744d5 100644 --- a/setup_native/source/packinfo/packinfo_office.txt +++ b/setup_native/source/packinfo/packinfo_office.txt @@ -441,6 +441,21 @@ destpath = "/opt" packageversion = "%PACKAGEVERSION" End +Start +module = "gid_Module_Root_Extension_Dictionary_Bo" +solarispackagename = "%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-bo" +solarisrequires = "%SOLSUREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure, %BASISPACKAGEPREFIX%WITHOUTDOTPRODUCTVERSION-core, %PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION" +packagename = "%UNIXPACKAGENAME%BRANDPACKAGEVERSION-dict-bo" +requires = "%UREPACKAGEPREFIX%BRANDPACKAGEVERSION-ure %PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION,%BASISPACKAGEPREFIX%PRODUCTVERSION-core %PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION,%UNIXPACKAGENAME%BRANDPACKAGEVERSION %PACKAGEVERSION %PACKAGEVERSION-%PACKAGEREVISION" +linuxpatchrequires = "" +copyright = "2016 Elie Roux" +solariscopyright = "solariscopyrightfile" +vendor = "The Document Foundation" +description = "Bo dictionary for %PRODUCTNAME %PRODUCTVERSION" +destpath = "/opt" +packageversion = "%PACKAGEVERSION" +End + Start module = "gid_Module_Root_Extension_Dictionary_Br" solarispackagename = "%PACKAGEPREFIX%SOLARISBRANDPACKAGENAME%BRANDPACKAGEVERSION-dict-br" diff --git a/setup_native/source/packinfo/spellchecker_selection.txt b/setup_native/source/packinfo/spellchecker_selection.txt index 12e5f59a5b15..3a343b002b1a 100644 --- a/setup_native/source/packinfo/spellchecker_selection.txt +++ b/setup_native/source/packinfo/spellchecker_selection.txt @@ -31,6 +31,7 @@ ar = "ar" be = "be" bg = "bg" bn = "bn" +bo = "bo" br = "br,fr" bs = "bs" ca = "ca,an,es,fr,it,oc" -- cgit