summaryrefslogtreecommitdiff
path: root/src/GF/Command/Commands.hs
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-09-23 08:49:58 +0000
committeraarne <aarne@cs.chalmers.se>2008-09-23 08:49:58 +0000
commitcbde244ac1a4aeff4db5eddf9d78a13be37eec28 (patch)
tree33a354af17147371e9612fc1d2823c1586590629 /src/GF/Command/Commands.hs
parent9470a689c91342c9e4bdb7910e1c9c357f27c3b1 (diff)
Telugu transliteration
Diffstat (limited to 'src/GF/Command/Commands.hs')
-rw-r--r--src/GF/Command/Commands.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/GF/Command/Commands.hs b/src/GF/Command/Commands.hs
index c99b3c198..31c3ec652 100644
--- a/src/GF/Command/Commands.hs
+++ b/src/GF/Command/Commands.hs
@@ -450,6 +450,7 @@ allCommands enc pgf = Map.fromList [
options = [
("arabic", "Arabic"),
("devanagari","Devanagari"),
+ ("telugu", "Telugu"),
("thai", "Thai")
]
}),
@@ -594,6 +595,7 @@ stringOpOptions = [
("from_cp1251","decode from cp1251 (Cyrillic used in Bulgarian resource)"),
("from_arabic","from unicode to GF Arabic transliteration"),
("from_devanagari","from unicode to GF Devanagari transliteration"),
+ ("from_thai","from unicode to GF Telugu transliteration"),
("from_thai","from unicode to GF Thai transliteration"),
("from_utf8","decode from utf8"),
("lextext","text-like lexer"),
@@ -603,6 +605,7 @@ stringOpOptions = [
("to_arabic","from GF Arabic transliteration to unicode"),
("to_devanagari","from GF Devanagari transliteration to unicode"),
("to_html","wrap in a html file with linebreaks"),
+ ("to_telugu","from GF Telugu transliteration to unicode"),
("to_thai","from GF Thai transliteration to unicode"),
("to_utf8","encode to utf8"),
("unlextext","text-like unlexer"),