Skip to content

Commit

Permalink
fdo#59713 add Bosnian Hunspell dictionary
Browse files Browse the repository at this point in the history
Change-Id: I6acadd6a1a6c0f65b1f11a35d85f4b807435eed5
  • Loading branch information
Andras Timar committed Jan 22, 2013
1 parent 7d469f3 commit c41681d
Show file tree
Hide file tree
Showing 8 changed files with 31,634 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Dictionary_bs.mk
Original file line number Diff line number Diff line change
@@ -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:
1 change: 1 addition & 0 deletions Module_dictionaries.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
6 changes: 6 additions & 0 deletions bs_BA/META-INF/manifest.xml
Original file line number Diff line number Diff line change
@@ -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 changes: 8 additions & 0 deletions bs_BA/README.txt
Original file line number Diff line number Diff line change
@@ -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.
Loading

0 comments on commit c41681d

Please sign in to comment.