Skip to content

Commit

Permalink
added code for ౡ and corresponding testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxnani committed May 14, 2024
1 parent cc8169b commit f7f546e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions rules/te/te-transliteration.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@
[ 'j', 'జ్' ],
[ 'k', 'క్' ],
[ '~l', 'ఌ' ],
[ '~lu', 'ౡ' ],
[ 'l', 'ల్' ],
[ '@m', 'ఁ' ],
[ '~m', 'ఙ్' ],
Expand Down
3 changes: 2 additions & 1 deletion test/jquery.ime.test.fixtures.js
Original file line number Diff line number Diff line change
Expand Up @@ -5788,7 +5788,8 @@ var palochkaVariants = {
{ input: 'c', output: 'చ్', description: 'Telugu c' },
{ input: 'ch', output: 'చ్', description: 'Telugu ch' },
{ input: 'j~nu', output: 'జ్ఞు', description: 'Telugu j~nu' },
{ input: '~naa', output: 'ఞా', description: 'Telugu ~naa' }
{ input: '~naa', output: 'ఞా', description: 'Telugu ~naa' },
{ input: '~lu', output: 'ౡ', description: 'Telugu ~lu' }
]
},
{
Expand Down

0 comments on commit f7f546e

Please sign in to comment.