mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 18:29:33 -06:00
Integrate Japanese
* Update Setup.hs to build Japanese by default. * News item about Japanese on the home page. * Add Japanese to the supported RGL imports in the grammar editor (gfse).
This commit is contained in:
3
Setup.hs
3
Setup.hs
@@ -205,6 +205,7 @@ langsCoding = [
|
||||
(("german", "Ger"),""),
|
||||
(("interlingua","Ina"),""),
|
||||
(("italian", "Ita"),""),
|
||||
(("japanese", "Jap"),""),
|
||||
(("latin", "Lat"),""),
|
||||
(("latvian", "Lav"),""),
|
||||
(("norwegian","Nor"),""),
|
||||
@@ -233,7 +234,7 @@ langsLang = langs `except` ["Amh","Ara","Lat","Tur"]
|
||||
langsAPI = langsLang `except` ["Ina"]
|
||||
|
||||
-- languages for which to compile Symbolic
|
||||
langsSymbolic = langsAPI -- `except` ["Rus"]
|
||||
langsSymbolic = langsAPI `except` ["Jap"]
|
||||
|
||||
-- languages for which to run demo test
|
||||
langsDemo = langsLang `except` ["Ara","Hin","Ina","Lav","Tha"]
|
||||
|
||||
Reference in New Issue
Block a user