1
1
mirror of git://anongit.freedesktop.org/libreoffice/dictionaries synced 2025-10-05 16:13:05 +02:00

add integration files for Marathi

Change-Id: Icb7d2258b17dd7b877fbd43bbd91ca3816c12cf1
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/185165
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
Shantanu Oak
2025-05-11 05:22:58 +00:00
committed by Andras Timar
parent cebbc797e0
commit 0852a97a30
5 changed files with 62 additions and 2 deletions

View File

@@ -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 \
))

View File

@@ -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 \

View File

@@ -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>

13
mr_IN/description.xml Normal file
View File

@@ -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>

41
mr_IN/dictionaries.xcu Normal file
View File

@@ -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>