1
0
forked from GitHub/gf-core

Simple Translator: initial support for translation with the GF robust parser

This commit is contained in:
hallgren
2013-04-05 13:25:09 +00:00
parent b6bbe96503
commit e6286fd376
3 changed files with 50 additions and 3 deletions

View File

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