Dictionary_mr.mk | 3 +-- Module_dictionaries.mk | 1 + mr_IN/META-INF/manifest.xml | 6 ++++++ mr_IN/description.xml | 13 +++++++++++++ mr_IN/dictionaries.xcu | 41 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 62 insertions(+), 2 deletions(-)
New commits: commit 0852a97a30c0bd66d57bde88a77a84c65a5c9fff Author: Shantanu Oak <[email protected]> AuthorDate: Sun May 11 05:22:58 2025 +0000 Commit: Andras Timar <[email protected]> CommitDate: Sat May 17 14:04:56 2025 +0200 add integration files for Marathi Change-Id: Icb7d2258b17dd7b877fbd43bbd91ca3816c12cf1 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/185165 Reviewed-by: Andras Timar <[email protected]> Tested-by: Andras Timar <[email protected]> diff --git a/Dictionary_mr.mk b/Dictionary_mr.mk index f551f51..93d26fa 100644 --- a/Dictionary_mr.mk +++ b/Dictionary_mr.mk @@ -14,10 +14,9 @@ $(eval $(call gb_Dictionary_add_root_files,dict-mr,\ dictionaries/mr_IN/mr_IN.dic \ dictionaries/mr_IN/hyph_mr_IN.dic \ dictionaries/mr_IN/COPYING \ - )) -$(eval $(call gb_Dictionary_add_thesauri,dict-mr-IN,\ +$(eval $(call gb_Dictionary_add_thesauri,dict-mr,\ dictionaries/mr_IN/th_mr_IN_v2.dat \ )) diff --git a/Module_dictionaries.mk b/Module_dictionaries.mk index 4da16ef..3b0f2ec 100644 --- a/Module_dictionaries.mk +++ b/Module_dictionaries.mk @@ -57,6 +57,7 @@ $(eval $(call gb_Module_add_l10n_targets,dictionaries,\ Dictionary_lt \ Dictionary_lv \ Dictionary_mn \ + Dictionary_mr \ Dictionary_ne \ Dictionary_nl \ Dictionary_no \ diff --git a/mr_IN/META-INF/manifest.xml b/mr_IN/META-INF/manifest.xml new file mode 100644 index 0000000..5e39b33 --- /dev/null +++ b/mr_IN/META-INF/manifest.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "Manifest.dtd"> +<manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest"> + <manifest:file-entry manifest:media-type="application/vnd.sun.star.configuration-data" manifest:full-path="dictionaries.xcu"/> +</manifest:manifest> + diff --git a/mr_IN/description.xml b/mr_IN/description.xml new file mode 100644 index 0000000..a33a74d --- /dev/null +++ b/mr_IN/description.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<description xmlns="http://openoffice.org/extensions/description/2006" xmlns:d="http://openoffice.org/extensions/description/2006" xmlns:xlink="http://www.w3.org/1999/xlink"> + <version value="2025.05.10" /> + <identifier value="org.libreoffice.marathi.hunspell.dictionaries" /> + <display-name> + <name lang="en-US">Marathi spelling dictionary, hyphenation rules and thesaurus</name> + </display-name> + <platform value="all" /> + <dependencies> + <OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0" /> + </dependencies> +</description> + diff --git a/mr_IN/dictionaries.xcu b/mr_IN/dictionaries.xcu new file mode 100644 index 0000000..e4acd36 --- /dev/null +++ b/mr_IN/dictionaries.xcu @@ -0,0 +1,41 @@ +<?xml version="1.0" encoding="UTF-8"?> +<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Linguistic" oor:package="org.openoffice.Office"> +<node oor:name="ServiceManager"> + <node oor:name="Dictionaries"> + <node oor:name="HunSpellDic_mr_IN" oor:op="fuse"> + <prop oor:name="Locations" oor:type="oor:string-list"> + <value>%origin%/mr_IN.aff %origin%/mr_IN.dic</value> + </prop> + <prop oor:name="Format" oor:type="xs:string"> + <value>DICT_SPELL</value> + </prop> + <prop oor:name="Locales" oor:type="oor:string-list"> + <value>mr-IN</value> + </prop> + </node> + <node oor:name="HyphDic_mr-IN" oor:op="fuse"> + <prop oor:name="Locations" oor:type="oor:string-list"> + <value>%origin%/hyph_mr_IN.dic</value> + </prop> + <prop oor:name="Format" oor:type="xs:string"> + <value>DICT_HYPH</value> + </prop> + <prop oor:name="Locales" oor:type="oor:string-list"> + <value>mr-IN</value> + </prop> + </node> + <node oor:name="ThesDic_mr-IN" oor:op="fuse"> + <prop oor:name="Locations" oor:type="oor:string-list"> + <value>%origin%/th_mr_IN_v2.dat %origin%/th_mr_IN_v2.idx</value> + </prop> + <prop oor:name="Format" oor:type="xs:string"> + <value>DICT_THES</value> + </prop> + <prop oor:name="Locales" oor:type="oor:string-list"> + <value>mr-IN</value> + </prop> + </node> + </node> +</node> +</oor:component-data> +
