diff options
| author | hallgren <hallgren@chalmers.se> | 2013-04-05 13:25:09 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2013-04-05 13:25:09 +0000 |
| commit | fca0a00c81527ef24b13b3ab5c0956c545b57cb8 (patch) | |
| tree | 11158300680b7a5b491908c3390b74e8943963dd /src/www/translator/index.html | |
| parent | 1f91928606dd2f784bd87eb618707b4c4a39c05c (diff) | |
Simple Translator: initial support for translation with the GF robust parser
Diffstat (limited to 'src/www/translator/index.html')
| -rw-r--r-- | src/www/translator/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/www/translator/index.html b/src/www/translator/index.html index 7dc696352..7f61c3c67 100644 --- a/src/www/translator/index.html +++ b/src/www/translator/index.html @@ -60,6 +60,7 @@ <tr><td><span onclick="">Default translation method</span> <dl id=methods> <dt><label><input name=method value=Manual type=radio onchange="translator.change(this)">Manual</label> + <dt><label><input name=method value=GFRobust type=radio onchange="translator.change(this)">GF Robust Parser</label> </dl> </table> <dt><label><input name=cloud type=checkbox onchange="translator.change(this)"> Save in the cloud</label> @@ -76,7 +77,7 @@ </div> <hr> <div class=modtime><small>HMTL -<!-- hhmts start -->Last modified: Wed Apr 3 20:29:44 CEST 2013 <!-- hhmts end --> +<!-- hhmts start -->Last modified: Fri Apr 5 15:09:28 CEST 2013 <!-- hhmts end --> </small></div> <a href="about.html">About</a> |
