fdo#59713 add Bosnian Hunspell dictionary
Change-Id: I6acadd6a1a6c0f65b1f11a35d85f4b807435eed5
This commit is contained in:
parent
7d469f3328
commit
c41681db32
|
@ -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-bs,dictionaries/bs_BA))
|
||||
|
||||
$(eval $(call gb_Dictionary_add_root_files,dict-bs,\
|
||||
dictionaries/bs_BA/README.txt \
|
||||
dictionaries/bs_BA/bs_BA.aff \
|
||||
dictionaries/bs_BA/bs_BA.dic \
|
||||
))
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
|
@ -21,6 +21,7 @@ $(eval $(call gb_Module_add_targets,dictionaries,\
|
|||
Dictionary_bg \
|
||||
Dictionary_bn \
|
||||
Dictionary_br \
|
||||
Dictionary_bs \
|
||||
Dictionary_ca \
|
||||
Dictionary_cs \
|
||||
Dictionary_da \
|
||||
|
|
|
@ -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>
|
|
@ -0,0 +1,8 @@
|
|||
The contents of this software may be used under the terms of
|
||||
the GNU General Public License Version 2 or later or
|
||||
the GNU Lesser General Public License Version 2.1 or later or
|
||||
the Mozilla Public License Version 1.1 or later.
|
||||
|
||||
Software distributed under these licenses is distributed on an "AS IS" basis,
|
||||
WITHOUT WARRANTY OF ANY KIND, either express or implied. See the licences
|
||||
for the specific language governing rights and limitations under the licenses.
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -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="2013.01.22" />
|
||||
<identifier value="org.libreoffice.bs.hunspell.dictionaries" />
|
||||
<display-name>
|
||||
<name lang="en-US">Bosnian spelling dictionary</name>
|
||||
</display-name>
|
||||
<platform value="all" />
|
||||
<dependencies>
|
||||
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>
|
||||
</dependencies>
|
||||
</description>
|
|
@ -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_bs" oor:op="fuse">
|
||||
<prop oor:name="Locations" oor:type="oor:string-list">
|
||||
<value>%origin%/bs_BA.aff %origin%/bs_BA.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>bs bs-BA</value>
|
||||
</prop>
|
||||
</node>
|
||||
</node>
|
||||
</node>
|
||||
</oor:component-data>
|
Loading…
Reference in New Issue