summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorAron Budea <baron@caesar.elte.hu>2016-11-22 23:15:28 +0100
committerAndras Timar <andras.timar@collabora.com>2016-11-23 07:26:17 +0000
commitfc88ed47a66e76d279471c1da1193ce90ad8e9e5 (patch)
tree09d36d1135cf594312da11d0d6c08999ea1b498a /scp2
parentaebf05f324661a07f4124a4c48b6fc889d4bfbf6 (diff)
tdf#103922: Add Tibetan (bo) dictionary
Change-Id: Ief1a83bb87d03e46a3d3fa7702ab852401d3ed89 Reviewed-on: https://gerrit.libreoffice.org/31089 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'scp2')
-rw-r--r--scp2/source/ooo/common_brand.scp5
-rw-r--r--scp2/source/ooo/file_ooo.scp9
-rw-r--r--scp2/source/ooo/module_ooo.scp11
-rw-r--r--scp2/source/ooo/module_ooo.ulf6
4 files changed, 31 insertions, 0 deletions
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
@@ -421,6 +421,15 @@ 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;
Name = "Dictionary/dict-br.filelist";
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"