fdo#59713 add Bosnian Hunspell dictionary

Change-Id: I6acadd6a1a6c0f65b1f11a35d85f4b807435eed5
This commit is contained in:
Andras Timar 2013-01-22 17:31:04 +01:00
parent 7d469f3328
commit c41681db32
8 changed files with 31634 additions and 0 deletions

18
Dictionary_bs.mk Normal file
View 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-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:

View File

@ -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 \

View 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>

8
bs_BA/README.txt Normal file
View File

@ -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.

1028
bs_BA/bs_BA.aff Normal file

File diff suppressed because it is too large Load Diff

30543
bs_BA/bs_BA.dic Normal file

File diff suppressed because it is too large Load Diff

12
bs_BA/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="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>

18
bs_BA/dictionaries.xcu Normal file
View File

@ -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>