Skip to content

Commit

Permalink
Add support for typing Malayalam numerals
Browse files Browse the repository at this point in the history
@1 = "൧" etc
  • Loading branch information
santhoshtr committed Apr 8, 2016
1 parent 259c20d commit 3b6a459
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions m17n/swanalekha/ml-swanalekha.mim
Expand Up @@ -1598,11 +1598,19 @@
("zu" (("ശു") ("സു")))
("zU" (("ശൂ")))
("zuu" (("ശൂ")))
("@0" "൦")
("@1" "൧")
("@2" "൨")
("@3" "൩")
("@4" "൪")
("@5" "൫")
("@6" "൬")
("@7" "൭")
("@8" "൮")
("@9" "൯")
)
)



(map
;; Typing 1, 2, ..., 0 selects the 0th, 1st, ..., 9th candidate.
(choose
Expand Down

0 comments on commit 3b6a459

Please sign in to comment.