summaryrefslogtreecommitdiff
path: root/Setup.hs
diff options
context:
space:
mode:
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