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 ++++++ 4 files changed, 31 insertions(+) (limited to 'scp2') 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" -- cgit