mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Setup.hs: omit urdu when compiling the rgl, for now.
This commit is contained in:
2
Setup.hs
2
Setup.hs
@@ -205,7 +205,7 @@ langsCoding = [
|
||||
langs = map fst langsCoding
|
||||
|
||||
-- languagues for which to compile Lang
|
||||
langsLang = langs `except` ["Amh","Ara","Lat","Hin","Tha","Tur"]
|
||||
langsLang = langs `except` ["Amh","Ara","Lat","Hin","Tha","Tur","Urd"]
|
||||
|
||||
-- languages for which to compile Try
|
||||
langsAPI = langsLang `except` ["Hin","Ina","Rus","Tha"]
|
||||
|
||||
Reference in New Issue
Block a user