diff options
| author | hallgren <hallgren@chalmers.se> | 2012-06-13 21:34:59 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2012-06-13 21:34:59 +0000 |
| commit | ce21f9bd0892f67522734c3a732d253cd839956a (patch) | |
| tree | fada3044f6e05b9f057bd37dfbca9042601fba63 /src/www/translator/index.html | |
| parent | 8538f34ac88abd3ef6161d810b5c1cde039aa1f0 (diff) | |
translator: added support for the Apertium translation service
Also added feedback to source & target language menus to indicate which
languages are supported by the selected translation method. For Apertium, the
source language menu shows all possible source languages, and the target menu
shows the possible target languages for the chosen source language.
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 03264ebd5..b6771f3c8 100644 --- a/src/www/translator/index.html +++ b/src/www/translator/index.html @@ -71,7 +71,7 @@ </div> <hr> <div class=modtime><small>HMTL -<!-- hhmts start --> Last modified: Tue Jun 12 16:08:01 CEST 2012 <!-- hhmts end --> +<!-- hhmts start --> Last modified: Wed Jun 13 20:21:22 CEST 2012 <!-- hhmts end --> </small></div> <a href="about.html">About</a> @@ -80,6 +80,7 @@ <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" src="http://api.apertium.org/JSLibrary.js"></script> <script type="text/javascript" > var translator = new Translator() </script> |
