-
Notifications
You must be signed in to change notification settings - Fork 303
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I2d25d1bd617e4628a1b376c837b8cd40efa1cb00 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/180106 Tested-by: Ilmari Lauhakangas <[email protected]> Reviewed-by: Ilmari Lauhakangas <[email protected]>
- Loading branch information
1 parent
5b8116e
commit d12cf2e
Showing
8 changed files
with
3,298 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,20 @@ | ||
# -*- 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-or,dictionaries/or_IN)) | ||
|
||
$(eval $(call gb_Dictionary_add_root_files,dict-or,\ | ||
dictionaries/or_IN/or_IN.aff \ | ||
dictionaries/or_IN/or_IN.dic \ | ||
dictionaries/or_IN/hyph_or_IN.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# -*- 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-pa,dictionaries/pa_IN)) | ||
|
||
$(eval $(call gb_Dictionary_add_root_files,dict-pa,\ | ||
dictionaries/pa_IN/pa_IN.aff \ | ||
dictionaries/pa_IN/pa_IN.dic \ | ||
dictionaries/pa_IN/hyph_pa_IN.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,91 @@ | ||
UTF-8 | ||
% Hyphenation for Oriya | ||
% Copyright (C) 2008-2010 Santhosh Thottingal <[email protected]> | ||
% | ||
% This library is free software; you can redistribute it and/or | ||
% modify it under the terms of the GNU Lesser General Public | ||
% License as published by the Free Software Foundation; | ||
% version 3 or later version of the License. | ||
% | ||
% This library is distributed in the hope that it will be useful, | ||
% but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
% Lesser General Public License for more details. | ||
% | ||
% You should have received a copy of the GNU Lesser General Public | ||
% License along with this library; if not, write to the Free Software | ||
% Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | ||
% | ||
% GENERAL RULE | ||
% Do not break either side of ZERO-WIDTH JOINER (U+200D) | ||
22 | ||
% Break on both sides of ZERO-WIDTH NON JOINER (U+200C) | ||
11 | ||
% Break before or after any independent vowel. | ||
ଅ1 | ||
ଆ1 | ||
ଇ1 | ||
ଈ1 | ||
ଉ1 | ||
ଊ1 | ||
ଋ1 | ||
ୠ1 | ||
ଌ1 | ||
ୡ1 | ||
ଏ1 | ||
ଐ1 | ||
ଓ1 | ||
ଔ1 | ||
% Break after any dependent vowel, but not before. | ||
ା1 | ||
ି1 | ||
ୀ1 | ||
ୁ1 | ||
ୂ1 | ||
ୃ1 | ||
େ1 | ||
ୈ1 | ||
ୋ1 | ||
ୌ1 | ||
% Break before or after any consonant. | ||
1କ | ||
1ଖ | ||
1ଗ | ||
1ଘ | ||
1ଙ | ||
1ଚ | ||
1ଛ | ||
1ଜ | ||
1ଝ | ||
1ଞ | ||
1ଟ | ||
1ଠ | ||
1ଡ | ||
1ଢ | ||
1ଣ | ||
1ତ | ||
1ଥ | ||
1ଦ | ||
1ଧ | ||
1ନ | ||
1ପ | ||
1ଫ | ||
1ବ | ||
1ଭ | ||
1ମ | ||
1ଯ | ||
1ର | ||
1ଲ | ||
1ଳ | ||
1ଵ | ||
1ଶ | ||
1ଷ | ||
1ସ | ||
1ହ | ||
% Do not break before anusvara, visarga and length mark. | ||
2ଂ1 | ||
2ଃ1 | ||
2ୗ1 | ||
2ଁ1 | ||
% Do not break either side of virama (may be within conjunct). | ||
2୍2 |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.