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

Oriya (or Odia): add missing integration files

Without these files the dictionary would not appear in LibreOffice
and would not be used.
Without modifying Module_dictionaries.mk the dictionary would not be
even built.

Change-Id: I8e88870b3e46ad401fcfe4651a23a1503a75088a
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/185130
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
Andras Timar
2025-05-10 13:16:01 +02:00
parent 6649d79752
commit cebbc797e0
5 changed files with 47 additions and 1 deletions

View File

@@ -13,7 +13,6 @@ $(eval $(call gb_Dictionary_add_root_files,dict-or,\
dictionaries/or_IN/or_IN.aff \
dictionaries/or_IN/or_IN.dic \
dictionaries/or_IN/hyph_or_IN.dic \
))
# vim: set noet sw=4 ts=4:

View File

@@ -61,6 +61,7 @@ $(eval $(call gb_Module_add_l10n_targets,dictionaries,\
Dictionary_nl \
Dictionary_no \
Dictionary_oc \
Dictionary_or \
Dictionary_pl \
Dictionary_pt-BR \
Dictionary_pt-PT \

View File

@@ -0,0 +1,5 @@
<?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>

12
or_IN/description.xml Normal file
View File

@@ -0,0 +1,12 @@
<?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.oriya.hunspell.dictionaries" />
<display-name>
<name lang="en-US">Oriya spelling dictionary, and hyphenation rules</name>
</display-name>
<platform value="all" />
<dependencies>
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0" />
</dependencies>
</description>

29
or_IN/dictionaries.xcu Normal file
View File

@@ -0,0 +1,29 @@
<?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_or_IN" oor:op="fuse">
<prop oor:name="Locations" oor:type="oor:string-list">
<value>%origin%/or_IN.aff %origin%/or_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>or-IN</value>
</prop>
</node>
<node oor:name="HyphDic_or_IN" oor:op="fuse">
<prop oor:name="Locations" oor:type="oor:string-list">
<value>%origin%/hyph_or_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>or-IN</value>
</prop>
</node>
</node>
</node>
</oor:component-data>