summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
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"