mirror of
git://anongit.freedesktop.org/libreoffice/dictionaries
synced 2025-10-05 16:13:05 +02:00
Add lo_LA (Lao) dictionary fdo#71939
Change-Id: I2b750f3b282108fb5a8c0096e835ad280116d7d4
This commit is contained in:
committed by
Andras Timar
parent
8d1a0d88df
commit
8e87e3eb16
18
Dictionary_lo.mk
Normal file
18
Dictionary_lo.mk
Normal file
@@ -0,0 +1,18 @@
|
||||
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
||||
#
|
||||
# This file is part of the LibreOffice project.
|
||||
#
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
|
||||
$(eval $(call gb_Dictionary_Dictionary,dict-lo,dictionaries/lo_LA))
|
||||
|
||||
$(eval $(call gb_Dictionary_add_root_files,dict-lo,\
|
||||
dictionaries/lo_LA/README_lo_LA.txt \
|
||||
dictionaries/lo_LA/lo_LA.aff \
|
||||
dictionaries/lo_LA/lo_LA.dic \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
@@ -44,6 +44,7 @@ $(eval $(call gb_Module_add_l10n_targets,dictionaries,\
|
||||
Dictionary_is \
|
||||
Dictionary_it \
|
||||
Dictionary_kmr-Latn \
|
||||
Dictionary_lo \
|
||||
Dictionary_lt \
|
||||
Dictionary_lv \
|
||||
Dictionary_ne \
|
||||
|
6
lo_LA/META-INF/manifest.xml
Normal file
6
lo_LA/META-INF/manifest.xml
Normal 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>
|
6
lo_LA/README_lo_LA.txt
Normal file
6
lo_LA/README_lo_LA.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
name : lo_LA 0.1 version of the Lao dictionary
|
||||
date : 2013.11.21
|
||||
License: LGPL
|
||||
Copyright 2013 by Brian Eugene Wilson, Robert Martin Campbell
|
||||
|
||||
Lao Dictionary to help improve LibreOffice
|
13
lo_LA/description.xml
Normal file
13
lo_LA/description.xml
Normal 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="2013.11.21" />
|
||||
<identifier value="org.libreoffice.lo.hunspell.dictionaries" />
|
||||
<display-name>
|
||||
<name lang="en-US">Lao spelling dictionary</name>
|
||||
</display-name>
|
||||
<platform value="all" />
|
||||
<dependencies>
|
||||
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0" />
|
||||
</dependencies>
|
||||
</description>
|
||||
|
20
lo_LA/dictionaries.xcu
Normal file
20
lo_LA/dictionaries.xcu
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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_lo-LA" oor:op="fuse">
|
||||
<prop oor:name="Locations" oor:type="oor:string-list">
|
||||
<value>%origin%/lo_LA.aff %origin%/lo_LA.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>lo-LA</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</oor:component-data>
|
||||
|
||||
|
1
lo_LA/lo_LA.aff
Normal file
1
lo_LA/lo_LA.aff
Normal file
@@ -0,0 +1 @@
|
||||
SET UTF-8
|
11207
lo_LA/lo_LA.dic
Normal file
11207
lo_LA/lo_LA.dic
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user