1
0
forked from GitHub/gf-core

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:
hallgren
2012-05-15 13:11:32 +00:00
parent 496897c8e1
commit d13f71a27e
3 changed files with 6 additions and 3 deletions

View File

@@ -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"]

View File

@@ -60,9 +60,11 @@ March 2012
<div class=news2>
<dl>
<dt>2012-05-07: New resource grammar language: Japanese.
See <a href="lib/doc/synopsis.html">library synopsis</a>.
<dt>2012-03-23: There will be a
<a href="gf-tutorial-icfp-2012/">GF tutorial at ICFP 2012</a>
in Copenhagen
in Copenhagen.
<dt>2012-03-03: <strong>GF 3.3.3 released!</strong>
<a href="download/release-3.3.3.html">Release notes</a>.
<dt>2012-02-24: New resource grammar languages: Hindi, Sindhi.

View File

@@ -430,7 +430,7 @@ function lang1(name) {
return ws.length==1 ? lang(name.substr(0,3),name) : lang(ws[0],ws[1]);
}
var languages =
map(lang1,"Amharic Arabic Bulgarian Catalan Danish Dutch English Finnish French German Hindi Ina/Interlingua Italian Latin Norwegian Polish Ron/Romanian Russian Spanish Swedish Thai Turkish Urdu".split(" "));
map(lang1,"Amharic Arabic Bulgarian Catalan Danish Dutch English Finnish French German Hindi Ina/Interlingua Italian Japanese Latin Norwegian Polish Ron/Romanian Russian Spanish Swedish Thai Turkish Urdu".split(" "));
languages.push(lang("Other","Other"));
var langname={};