summaryrefslogtreecommitdiff
path: root/src/www/translator/index.html
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2012-05-16 14:42:26 +0000
committerhallgren <hallgren@chalmers.se>2012-05-16 14:42:26 +0000
commit5bd17709bfa02eea9c06ddd6a26931cb246b71e6 (patch)
tree588d368efe78b70d4be8280e940f5660804168a2 /src/www/translator/index.html
parent114788a3db475540194bf74d4e45c4f4d1138d5e (diff)
translator: use GF's text lexer/unlexer to obtain more natural looking text
Note though that the unlexer does the wrong thing with initial words that are supposed to be capitalized, e.g. "I am ready.", "Spanish wine is good.", so these sentenses are not translated at the moment.
Diffstat (limited to 'src/www/translator/index.html')
-rw-r--r--src/www/translator/index.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/www/translator/index.html b/src/www/translator/index.html
index 7f3d46a22..8d08324fe 100644
--- a/src/www/translator/index.html
+++ b/src/www/translator/index.html
@@ -67,16 +67,15 @@
</noscript>
</div>
<hr>
-<div class=modtime><small>
-<!-- hhmts start --> Last modified: Tue May 15 16:17:32 CEST 2012 <!-- hhmts end -->
+<div class=modtime><small>HMTL
+<!-- hhmts start --> Last modified: Wed May 16 16:15:20 CEST 2012 <!-- hhmts end -->
</small></div>
<a href="about.html">About</a>
<script type="text/javascript" src="../minibar/support.js"></script>
<script type="text/javascript" src="../minibar/pgf_online.js"></script>
-<!--
<script type="text/javascript" src="../gfse/cloud2.js"></script>
--->
+<script type="text/javascript" src="../gfse/localstorage.js"></script>
<script type="text/javascript" src="translator.js"></script>
<script type="text/javascript" >
var translator = new Translator()