-
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: Iffca4fe252cc06c79e75189ef267f6307dc63867 Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/180046 Tested-by: Ilmari Lauhakangas <[email protected]> Reviewed-by: Ilmari Lauhakangas <[email protected]>
- Loading branch information
1 parent
5e4bb81
commit 5b8116e
Showing
4 changed files
with
544,255 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-sa,dictionaries/sa_IN)) | ||
|
||
$(eval $(call gb_Dictionary_add_root_files,dict-sa,\ | ||
dictionaries/sa_IN/sa_IN.aff \ | ||
dictionaries/sa_IN/sa_IN.dic \ | ||
dictionaries/sa_IN/hyph_sa_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,116 @@ | ||
UTF-8 | ||
LEFTHYPHENMIN 3 | ||
RIGHTHYPHENMIN 4 | ||
COMPOUNDLEFTHYPHENMIN 2 | ||
COMPOUNDRIGHTHYPHENMIN 3 | ||
|
||
% GENERAL RULE | ||
% Do not break either side of ZERO-WIDTH JOINER (U+200D) | ||
22 | ||
% Break after ZERO-WIDTH NON JOINER (U+200C) | ||
1 | ||
% Break before or after any independent vowel. | ||
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 | ||
% Break after any dependent vowel but not before. | ||
ा1 | ||
ि1 | ||
ी1 | ||
ु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 chandrabindu, anusvara, visarga, avagraha | ||
% and accents. | ||
2ँ | ||
2ं | ||
2ः | ||
2ऽ | ||
2॑ | ||
2॒ | ||
% Do not break either side of virama (may be within conjunct). | ||
2्2 | ||
अति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 | ||
|
Oops, something went wrong.