diff options
author | Muhammet Kara <muhammet.kara@collabora.com> | 2020-07-01 23:07:00 +0300 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-07-02 09:04:02 +0200 |
commit | 42f7b3605351a9026f2ce6e4a71cba0444b06569 (patch) | |
tree | bf626872f19238b5907bcd51a503493003787dca /scp2 | |
parent | 5b2f04d2f864ea0ef5d0c28d2891d87f1545b9d5 (diff) |
Add Turkish (tr) dictionary
Change-Id: Ibc1e7505e6a7492f4d0714c848a6d1eebcdf4a0a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97661
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_ooo.scp | 9 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.scp | 11 | ||||
-rw-r--r-- | scp2/source/ooo/module_ooo.ulf | 6 |
3 files changed, 26 insertions, 0 deletions
diff --git a/scp2/source/ooo/file_ooo.scp b/scp2/source/ooo/file_ooo.scp index 50d5b1a0fdf7..0610c31bb188 100644 --- a/scp2/source/ooo/file_ooo.scp +++ b/scp2/source/ooo/file_ooo.scp @@ -717,6 +717,15 @@ End #endif #if defined WITH_MYSPELL_DICTS +File gid_File_Extension_Dictionary_Tr + Dir = FILELIST_DIR; + Name = "Dictionary/dict-tr.filelist"; + Styles = (PACKED, FORCELANGUAGEPACK, FILELIST); + TXT_FILE_BODY; +End +#endif + +#if defined WITH_MYSPELL_DICTS File gid_File_Extension_Dictionary_Uk Dir = FILELIST_DIR; Name = "Dictionary/dict-uk.filelist"; diff --git a/scp2/source/ooo/module_ooo.scp b/scp2/source/ooo/module_ooo.scp index 509f4b401572..0c1db4fd4aaf 100644 --- a/scp2/source/ooo/module_ooo.scp +++ b/scp2/source/ooo/module_ooo.scp @@ -676,6 +676,17 @@ Module gid_Module_Root_Extension_Dictionary_Th Styles = (); End +Module gid_Module_Root_Extension_Dictionary_Tr + MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_TR ); + Files = (gid_File_Extension_Dictionary_Tr); + InstallOrder = "2000"; + Sortkey = "505"; + Spellcheckerlanguage = "tr"; + PackageInfo = "packinfo_office.txt"; + ParentID = gid_Module_Dictionaries; + Styles = (); +End + Module gid_Module_Root_Extension_Dictionary_Uk MOD_NAME_DESC ( MODULE_EXTENSION_DICTIONARY_UK ); Files = (gid_File_Extension_Dictionary_Uk); diff --git a/scp2/source/ooo/module_ooo.ulf b/scp2/source/ooo/module_ooo.ulf index 88f25615d061..5f7609eba8d9 100644 --- a/scp2/source/ooo/module_ooo.ulf +++ b/scp2/source/ooo/module_ooo.ulf @@ -340,6 +340,12 @@ en-US = "Thai" [STR_DESC_MODULE_EXTENSION_DICTIONARY_TH] en-US = "Thai spelling dictionary" +[STR_NAME_MODULE_EXTENSION_DICTIONARY_TR] +en-US = "Turkish" + +[STR_DESC_MODULE_EXTENSION_DICTIONARY_TR] +en-US = "Turkish spelling dictionary" + [STR_NAME_MODULE_EXTENSION_DICTIONARY_UK] en-US = "Ukrainian" |