Skip to content

Commit

Permalink
added code for ౡ and corresponding testcase (#776)
Browse files Browse the repository at this point in the history
* added code for ౡ  and corresponding testcase

* Update te-transliteration.js

* Update jquery.ime.test.fixtures.js

* Update te-transliteration.js

Changed more specific rule to come before less specific

* Update te-transliteration.js

Use context for ~lu

---------

Co-authored-by: Kartik Mistry <[email protected]>
Co-authored-by: SrishAkaTux <[email protected]>
Co-authored-by: SrishAkaTux <[email protected]>
Co-authored-by: Niklas Laxström <[email protected]>
  • Loading branch information
5 people authored Nov 26, 2024
1 parent b170943 commit 6c60abf
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', 'ఌ' ],
[ 'ఌu', 'l', 'ఌు' ],
[ '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 @@ -6409,7 +6409,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 6c60abf

Please sign in to comment.