Skip to content

Commit

Permalink
feat(languages): Add Telugu (te) basic support
Browse files Browse the repository at this point in the history
  • Loading branch information
Omikhleia authored and alerque committed Oct 1, 2024
1 parent 13c2531 commit 237d06d
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 0 deletions.
80 changes: 80 additions & 0 deletions hyphens/tex/te.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,80 @@
-- AUTOMATICALLY GENERATED FILE --
return {
hyphenmins = {
generation = {left = 1, right = 1},
},
patterns = {
"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",
"ౌ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ష",
"1స",
"1హ",
"2ఁ1",
"2ం1",
"2ః1",
"2ౕ1",
"2ౖ1",
"2్2",
},
}
2 changes: 2 additions & 0 deletions languages/te.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
local hyphens = require("hyphens.tex.te")
SILE.hyphenator.languages["te"] = hyphens

0 comments on commit 237d06d

Please sign in to comment.