summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2021-04-27 13:04:12 +0200
committerAndras Timar <andras.timar@collabora.com>2021-04-27 21:00:36 +0200
commitc889431df7e77c68fe7ead9aa235a5b2f586a4c6 (patch)
treed60ce5dce41f471cb0c0dc711baab109a2bbe612 /scp2
parent48e279c6748bf023fba12fdc3f4cee402f611c6e (diff)
Add Mongolian dictionary
Change-Id: I4613d2e5b77374cbc8fb72033b3dfcd8e2702712 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114733 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'scp2')
-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
3 files changed, 26 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp
index dc1697395b14..9bdeab03e702 100644
--- a/scp2/source/ooo/file_ooo.scp
+++ b/scp2/source/ooo/file_ooo.scp
@@ -573,6 +573,15 @@ End
#endif
#if defined WITH_MYSPELL_DICTS
+File gid_File_Extension_Dictionary_Mn
+ Dir = FILELIST_DIR;
+ Name = "Dictionary/dict-mn.filelist";
+ Styles = (PACKED, FORCELANGUAGEPACK, FILELIST);
+ TXT_FILE_BODY;
+End
+#endif
+
+#if defined WITH_MYSPELL_DICTS
File gid_File_Extension_Dictionary_Ne
Dir = FILELIST_DIR;
Name = "Dictionary/dict-ne.filelist";
diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp
index 5bfc0137a38a..842b244b1670 100644
--- a/scp2/source/ooo/module_ooo.scp
+++ b/scp2/source/ooo/module_ooo.scp
@@ -500,6 +500,17 @@ Module gid_Module_Root_Extension_Dictionary_Lv
Styles = ();
End
+Module gid_Module_Root_Extension_Dictionary_Mn
+ MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_MN );
+ Files = (gid_File_Extension_Dictionary_Mn);
+ InstallOrder = "2000";
+ Sortkey = "637";
+ Spellcheckerlanguage = "mn";
+ PackageInfo = "packinfo_office.txt";
+ ParentID = gid_Module_Dictionaries;
+ Styles = ();
+End
+
Module gid_Module_Root_Extension_Dictionary_Ne
MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_NE );
Files = (gid_File_Extension_Dictionary_Ne);
diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf
index 9c65148431ae..95ccd76fca38 100644
--- a/scp2/source/ooo/module_ooo.ulf
+++ b/scp2/source/ooo/module_ooo.ulf
@@ -244,6 +244,12 @@ en-US = "Latvian"
[STR_DESC_MODULE_EXTENSION_DICTIONARY_LV]
en-US = "Latvian spelling dictionary, and hyphenation rules"
+[STR_NAME_MODULE_EXTENSION_DICTIONARY_MN]
+en-US = "Mongolian"
+
+[STR_DESC_MODULE_EXTENSION_DICTIONARY_MN]
+en-US = "Mongolian spelling dictionary, and hyphenation rules"
+
[STR_NAME_MODULE_EXTENSION_DICTIONARY_NE]
en-US = "Nepali"