-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fdo#59713 add Bosnian Hunspell dictionary
Change-Id: I6acadd6a1a6c0f65b1f11a35d85f4b807435eed5
- Loading branch information
Andras Timar
committed
Jan 22, 2013
1 parent
7d469f3
commit c41681d
Showing
8 changed files
with
31,634 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
Oops, something went wrong.