summaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
authoraarne <aarne@chalmers.se>2010-09-03 14:05:07 +0000
committeraarne <aarne@chalmers.se>2010-09-03 14:05:07 +0000
commitd62c7b8dc1b515f24e347dd8c4e0d06f43448252 (patch)
treef3ccddf82a258e6466425504a99d22ad8386b870 /Setup.hs
parent5b09b82f312044a999d58cf484c59d45e00ad47a (diff)
added Urd to Setup
Diffstat (limited to 'Setup.hs')
-rw-r--r--Setup.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Setup.hs b/Setup.hs
index a144079bf..bd5e2a3ec 100644
--- a/Setup.hs
+++ b/Setup.hs
@@ -196,7 +196,8 @@ langsCoding = [
(("spanish", "Spa"),""),
(("swedish", "Swe"),""),
(("thai", "Tha"),"to_thai"),
- (("turkish", "Tur"),"")
+ (("turkish", "Tur"),""),
+ (("urdu", "Urd"),"")
]
langs = map fst langsCoding