mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
added Heb = Hebrew to the incomplete languages that can be compiled
This commit is contained in:
3
Setup.hs
3
Setup.hs
@@ -221,6 +221,7 @@ langsCoding = [
|
||||
(("english", "Eng"),""),
|
||||
(("finnish", "Fin"),""),
|
||||
(("french", "Fre"),""),
|
||||
(("hebrew", "Heb"),""),
|
||||
(("hindi", "Hin"),"to_devanagari"),
|
||||
(("german", "Ger"),""),
|
||||
(("interlingua","Ina"),""),
|
||||
@@ -258,7 +259,7 @@ langsPresent = langsLang `except` ["Pes"{-,"Jpn","Nep","Snd","Tha","Thb"-}]
|
||||
-- languages for which to compile Try
|
||||
langsAPI = langsLang `except` langsIncomplete -- ["Ina","Mlt","Amh","Ara"]
|
||||
|
||||
langsIncomplete = ["Amh","Ara","Ina","Lat","Mlt","Tur"]
|
||||
langsIncomplete = ["Amh","Ara","Heb","Ina","Lat","Mlt","Tur"]
|
||||
|
||||
-- languages for which to compile Symbolic
|
||||
langsSymbolic = langsAPI `except` ["Jpn"]
|
||||
|
||||
Reference in New Issue
Block a user