Skip to content

Commit 237d06d

Browse files
Omikhleiaalerque
authored andcommitted
feat(languages): Add Telugu (te) basic support
1 parent 13c2531 commit 237d06d

File tree

2 files changed

+82
-0
lines changed

2 files changed

+82
-0
lines changed

hyphens/tex/te.lua

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
-- AUTOMATICALLY GENERATED FILE --
2+
return {
3+
hyphenmins = {
4+
generation = {left = 1, right = 1},
5+
},
6+
patterns = {
7+
"2‍2",
8+
"1‌1",
9+
"అ1",
10+
"ఆ1",
11+
"ఇ1",
12+
"ఈ1",
13+
"ఉ1",
14+
"ఊ1",
15+
"ఋ1",
16+
"ౠ1",
17+
"ఌ1",
18+
"ౡ1",
19+
"ఎ1",
20+
"ఏ1",
21+
"ఐ1",
22+
"ఒ1",
23+
"ఓ1",
24+
"ఔ1",
25+
"ా1",
26+
"ి1",
27+
"ీ1",
28+
"ు1",
29+
"ూ1",
30+
"ృ1",
31+
"ౄ1",
32+
"ె1",
33+
"ే1",
34+
"ై1",
35+
"ొ1",
36+
"ో1",
37+
"ౌ1",
38+
"1క",
39+
"1ఖ",
40+
"1గ",
41+
"1ఘ",
42+
"1ఙ",
43+
"1చ",
44+
"1ఛ",
45+
"1జ",
46+
"1ఝ",
47+
"1ఞ",
48+
"1ట",
49+
"1ఠ",
50+
"1డ",
51+
"1ఢ",
52+
"1ణ",
53+
"1త",
54+
"1థ",
55+
"1ద",
56+
"1ధ",
57+
"1న",
58+
"1ప",
59+
"1ఫ",
60+
"1బ",
61+
"1భ",
62+
"1మ",
63+
"1య",
64+
"1ర",
65+
"1ఱ",
66+
"1ల",
67+
"1ళ",
68+
"1వ",
69+
"1శ",
70+
"1ష",
71+
"1స",
72+
"1హ",
73+
"2ఁ1",
74+
"2ం1",
75+
"2ః1",
76+
"2ౕ1",
77+
"2ౖ1",
78+
"2్2",
79+
},
80+
}

languages/te.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
local hyphens = require("hyphens.tex.te")
2+
SILE.hyphenator.languages["te"] = hyphens

0 commit comments

Comments
 (0)