forked from GitHub/gf-core
added Urd to Setup
This commit is contained in:
3
Setup.hs
3
Setup.hs
@@ -196,7 +196,8 @@ langsCoding = [
|
|||||||
(("spanish", "Spa"),""),
|
(("spanish", "Spa"),""),
|
||||||
(("swedish", "Swe"),""),
|
(("swedish", "Swe"),""),
|
||||||
(("thai", "Tha"),"to_thai"),
|
(("thai", "Tha"),"to_thai"),
|
||||||
(("turkish", "Tur"),"")
|
(("turkish", "Tur"),""),
|
||||||
|
(("urdu", "Urd"),"")
|
||||||
]
|
]
|
||||||
|
|
||||||
langs = map fst langsCoding
|
langs = map fst langsCoding
|
||||||
|
|||||||
Reference in New Issue
Block a user