updated Ina so that API compiles

This commit is contained in:
aarne
2010-12-14 09:52:39 +00:00
parent 8a0b3b8ba8
commit 473c986274
9 changed files with 48 additions and 20 deletions

View File

@@ -65,10 +65,10 @@ langsLangAll = langs
langsLang = langs `except` langsIncomplete ---- []
-- languages for which Lang can be compiled but which are incomplete
langsIncomplete = ["Amh","Ara","Hin","Lat","Pnb","Tha","Tur","Urd"]
langsIncomplete = ["Amh","Ara","Hin","Lat","Pnb","Tha","Tur"]
-- languages for which to compile Try
langsAPI = langsLang `except` (langsIncomplete ++ ["Ina"])
langsAPI = langsLang `except` langsIncomplete
-- languages for which to compile Symbolic
langsSymbolic = langsLang `except` (langsIncomplete ++ ["Rus","Ina"])