Dictionary_kn.mk | 1 - Module_dictionaries.mk | 2 ++ kn_IN/META-INF/manifest.xml | 5 +++++ kn_IN/description.xml | 12 ++++++++++++ kn_IN/dictionaries.xcu | 29 +++++++++++++++++++++++++++++ ta_IN/META-INF/manifest.xml | 5 +++++ ta_IN/description.xml | 12 ++++++++++++ ta_IN/dictionaries.xcu | 18 ++++++++++++++++++ 8 files changed, 83 insertions(+), 1 deletion(-)
New commits: commit 5be65995995e1bc7a0379d13d20404d093d1d24f Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Sat May 10 12:58:21 2025 +0200 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Sat May 17 12:51:41 2025 +0200 Kannada: 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: Ib704f26a8baeba2290f07ef311d6b648a76e99f6 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/185128 Reviewed-by: Andras Timar <andras.ti...@collabora.com> Tested-by: Andras Timar <andras.ti...@collabora.com> diff --git a/Dictionary_kn.mk b/Dictionary_kn.mk index 4567a81..769525d 100644 --- a/Dictionary_kn.mk +++ b/Dictionary_kn.mk @@ -13,7 +13,6 @@ $(eval $(call gb_Dictionary_add_root_files,dict-kn,\ dictionaries/kn_IN/kn_IN.aff \ dictionaries/kn_IN/kn_IN.dic \ dictionaries/kn_IN/hyph_kn_IN.dic \ - )) # vim: set noet sw=4 ts=4: diff --git a/Module_dictionaries.mk b/Module_dictionaries.mk index f9f69fa..52de014 100644 --- a/Module_dictionaries.mk +++ b/Module_dictionaries.mk @@ -50,6 +50,7 @@ $(eval $(call gb_Module_add_l10n_targets,dictionaries,\ Dictionary_is \ $(if $(and $(MPL_SUBSET), $(filter-out LINUX,$(OS))),,Dictionary_it) \ Dictionary_kmr-Latn \ + Dictionary_kn \ Dictionary_ko-KR \ Dictionary_lo \ Dictionary_lt \ diff --git a/kn_IN/META-INF/manifest.xml b/kn_IN/META-INF/manifest.xml new file mode 100644 index 0000000..528a320 --- /dev/null +++ b/kn_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/kn_IN/description.xml b/kn_IN/description.xml new file mode 100644 index 0000000..5f26006 --- /dev/null +++ b/kn_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.kannada.hunspell.dictionaries" /> + <display-name> + <name lang="en-US">Kannada 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/kn_IN/dictionaries.xcu b/kn_IN/dictionaries.xcu new file mode 100644 index 0000000..1eba915 --- /dev/null +++ b/kn_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_kn_IN" oor:op="fuse"> + <prop oor:name="Locations" oor:type="oor:string-list"> + <value>%origin%/kn_IN.aff %origin%/kn_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>kn-IN</value> + </prop> + </node> + <node oor:name="HyphDic_kn_IN" oor:op="fuse"> + <prop oor:name="Locations" oor:type="oor:string-list"> + <value>%origin%/hyph_kn_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>kn-IN</value> + </prop> + </node> + </node> +</node> +</oor:component-data> commit 390b7976f0877245c68ba6d85bcec9320c2590e0 Author: Andras Timar <andras.ti...@collabora.com> AuthorDate: Sat May 10 12:40:34 2025 +0200 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Sat May 17 12:51:27 2025 +0200 Tamil: 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: I1d6a266b1e57895c974b68405b9b39764d5fd7f8 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/185127 Reviewed-by: Andras Timar <andras.ti...@collabora.com> Tested-by: Andras Timar <andras.ti...@collabora.com> diff --git a/Module_dictionaries.mk b/Module_dictionaries.mk index eaa02d3..f9f69fa 100644 --- a/Module_dictionaries.mk +++ b/Module_dictionaries.mk @@ -71,6 +71,7 @@ $(eval $(call gb_Module_add_l10n_targets,dictionaries,\ Dictionary_sr \ Dictionary_sv \ Dictionary_sw \ + Dictionary_ta \ Dictionary_te \ Dictionary_th \ Dictionary_tr \ diff --git a/ta_IN/META-INF/manifest.xml b/ta_IN/META-INF/manifest.xml new file mode 100644 index 0000000..528a320 --- /dev/null +++ b/ta_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/ta_IN/description.xml b/ta_IN/description.xml new file mode 100644 index 0000000..e2c4386 --- /dev/null +++ b/ta_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.tamil.hunspell.dictionaries" /> + <display-name> + <name lang="en-US">Tamil spelling dictionary</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/ta_IN/dictionaries.xcu b/ta_IN/dictionaries.xcu new file mode 100644 index 0000000..f8f1744 --- /dev/null +++ b/ta_IN/dictionaries.xcu @@ -0,0 +1,18 @@ +<?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_ta_IN" oor:op="fuse"> + <prop oor:name="Locations" oor:type="oor:string-list"> + <value>%origin%/ta_IN.aff %origin%/ta_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>ta-IN</value> + </prop> + </node> + </node> +</node> +</oor:component-data>