Skip to content

Commit 44e0f67

Browse files
committed
Add 'ங்க' as a secondary transliteration of 'nga'
This allows varnam to learn that 'kurangu' corresponds to 'குரங்கு ', and not 'குரஙு ', for instance
1 parent daca542 commit 44e0f67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

schemes/ta

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ consonants ["ka", "qa", "ga", ["ha"]] => "க",
5555
["fa"] => "ஃப"
5656

5757

58-
consonants ["kk*"] => ["க#{$virama}க#{$virama}*1"]
58+
consonants ["kk*"] => ["க#{$virama}க#{$virama}*1"],
59+
[["nga"]] => "ங#{$virama}க"
5960

6061
infer_dead_consonants false
6162

0 commit comments

Comments
 (0)