diff --git a/src/www/index.html b/src/www/index.html index e64479047..6173b4b0c 100644 --- a/src/www/index.html +++ b/src/www/index.html @@ -20,6 +20,7 @@
  • GF online editor for simple multilingual grammars
  • Simple Translation Tool (bilingual document editor) +
  • Wide Coverage Translation Demo

    Documentation

    diff --git a/src/www/js/wc.js b/src/www/js/wc.js index b7c206c1d..d56eb637a 100644 --- a/src/www/js/wc.js +++ b/src/www/js/wc.js @@ -6,6 +6,7 @@ wc.e=element("extra") wc.p=element("pick") wc.serial=0 wc.os=[] +wc.local=appLocalStorage("gf.wc.") wc.delayed_translate=function() { function restart(){ if(wc.f.input.value!=wc.translating) wc.translate() } @@ -16,6 +17,28 @@ wc.delayed_translate=function() { if(wc.f.input.clientHeightHindi + @@ -77,7 +78,7 @@ small { color: #666; }

    -Last modified: Tue Apr 8 13:22:42 CEST 2014 +Last modified: Wed Apr 9 15:43:04 CEST 2014