summaryrefslogtreecommitdiff
path: root/src/www/gfse/editor.js
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2012-10-22 10:16:10 +0000
committerhallgren <hallgren@chalmers.se>2012-10-22 10:16:10 +0000
commit0bf9627d792ab53028fd846cc2aa1b6d358d2902 (patch)
treed4e2f7597ba07076bc819703e4cacd0dac366df4 /src/www/gfse/editor.js
parentbe75546965a750e1bdaa7d97a2956e642e1cf76e (diff)
Add Chinese to the list of installed RGL languages and support it in the web apps
Aarne says the Chinese resource grammar is complete, but not yet completely correct.
Diffstat (limited to 'src/www/gfse/editor.js')
-rw-r--r--src/www/gfse/editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/www/gfse/editor.js b/src/www/gfse/editor.js
index f7a89037a..71c2c5f2b 100644
--- a/src/www/gfse/editor.js
+++ b/src/www/gfse/editor.js
@@ -573,7 +573,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 Jpn/Japanese Latin Norwegian Polish Ron/Romanian Russian Spanish Swedish Thai Turkish Urdu".split(" "));
+ map(lang1,"Amharic Arabic Bulgarian Catalan Chinese Danish Dutch English Finnish French German Hindi Ina/Interlingua Italian Jpn/Japanese Latin Norwegian Polish Ron/Romanian Russian Spanish Swedish Thai Turkish Urdu".split(" "));
languages.push(lang("Other","Other"));
var langname={};