mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-13 02:38:29 -04:00
13 lines
713 B
JavaScript
13 lines
713 B
JavaScript
// For questions about the Telugu hyphenation patterns
|
|
// ask Santhosh Thottingal (santhosh dot thottingal at gmail dot com)
|
|
Hyphenator.languages['te'] = {
|
|
leftmin : 2,
|
|
rightmin : 2,
|
|
shortestPattern : 1,
|
|
longestPattern : 1,
|
|
specialChars : "ఆఅఇఈఉఊఋఎఏఐఒఔకగఖఘఙచఛజఝఞటఠడఢణతథదధనపఫబభమయరలవశషసహళఱిీాుూృెేొాోైౌ్ఃం",
|
|
patterns : {
|
|
2 : "అ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ం11క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ఱ"
|
|
}
|
|
};
|