Dictionary_as.mk            |    1 -
 Module_dictionaries.mk      |    1 +
 as_IN/META-INF/manifest.xml |    5 +++++
 as_IN/description.xml       |   12 ++++++++++++
 as_IN/dictionaries.xcu      |   29 +++++++++++++++++++++++++++++
 5 files changed, 47 insertions(+), 1 deletion(-)

New commits:
commit 6649d797520d19bd3d902b86e38ae0dae2978414
Author:     Andras Timar <andras.ti...@collabora.com>
AuthorDate: Sat May 10 13:08:17 2025 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Sat May 17 12:52:02 2025 +0200

    Assamese: 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: If9b6e057a6c452feb6c1c002a58e62e02968f251
    Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/185129
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>
    Tested-by: Andras Timar <andras.ti...@collabora.com>

diff --git a/Dictionary_as.mk b/Dictionary_as.mk
index 3a9897f..e575037 100644
--- a/Dictionary_as.mk
+++ b/Dictionary_as.mk
@@ -13,7 +13,6 @@ $(eval $(call gb_Dictionary_add_root_files,dict-as,\
         dictionaries/as_IN/as_IN.aff \
         dictionaries/as_IN/as_IN.dic \
         dictionaries/as_IN/hyph_as_IN.dic \
-
 ))
 
 # vim: set noet sw=4 ts=4:
diff --git a/Module_dictionaries.mk b/Module_dictionaries.mk
index 52de014..7c005e5 100644
--- a/Module_dictionaries.mk
+++ b/Module_dictionaries.mk
@@ -20,6 +20,7 @@ $(eval $(call gb_Module_add_l10n_targets,dictionaries,\
        Dictionary_af \
        Dictionary_an \
        Dictionary_ar \
+       Dictionary_as \
        Dictionary_be \
        Dictionary_bg \
        Dictionary_bn \
diff --git a/as_IN/META-INF/manifest.xml b/as_IN/META-INF/manifest.xml
new file mode 100644
index 0000000..528a320
--- /dev/null
+++ b/as_IN/META-INF/manifest.xml
@@ -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>
diff --git a/as_IN/description.xml b/as_IN/description.xml
new file mode 100644
index 0000000..70538f4
--- /dev/null
+++ b/as_IN/description.xml
@@ -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.assamese.hunspell.dictionaries" />
+    <display-name>
+        <name lang="en-US">Assamese 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>
diff --git a/as_IN/dictionaries.xcu b/as_IN/dictionaries.xcu
new file mode 100644
index 0000000..edaf13c
--- /dev/null
+++ b/as_IN/dictionaries.xcu
@@ -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_as_IN" oor:op="fuse">
+            <prop oor:name="Locations" oor:type="oor:string-list">
+                <value>%origin%/as_IN.aff %origin%/as_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>as-IN</value>
+            </prop>
+        </node>
+        <node oor:name="HyphDic_as_IN" oor:op="fuse">
+            <prop oor:name="Locations" oor:type="oor:string-list">
+                <value>%origin%/hyph_as_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>as-IN</value>
+            </prop>
+        </node>
+    </node>
+</node>
+</oor:component-data>

Reply via email to