diff options
| author | hallgren <hallgren@chalmers.se> | 2013-04-12 18:29:15 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2013-04-12 18:29:15 +0000 |
| commit | d35790e656fe70f0fa258fb8fb84aa65f9887616 (patch) | |
| tree | c3cf3663e450d3a7163cf7aaabcae8fe2c9b081f /src/www/translator/about.html | |
| parent | 1d0f9372f4c74075a98bc824568ceedb80f6cd78 (diff) | |
GF cloud: work on syntax editor integration
+ The syntax editor is now accessible from the Simple Translaton Tool.
+ The minibar now automatically provides access to the syntax editor (provided
the necessary JavaScript files and style sheets have been loaded).
+ Preparations for making the syntax editor accessible from the grammar editor.
Diffstat (limited to 'src/www/translator/about.html')
| -rw-r--r-- | src/www/translator/about.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/src/www/translator/about.html b/src/www/translator/about.html index 5a45582ea..8b1de512a 100644 --- a/src/www/translator/about.html +++ b/src/www/translator/about.html @@ -35,12 +35,19 @@ The tool supports two machine translation services: translation from English to a few other languages. </ul> -<p>If an unsatisfactory automatic translation is +<p> +If an unsatisfactory automatic translation is obtained, the user can click on it and replace it with a manual translation. If multiple translations are obtained, one of them is shown by default and the other ones are available in a popup menu. <p> +Source segments can also be edited. If a GF grammar is used for translation, +the <a href="../minibar/about.html">Minibar</a> and the +<a href="../syntax-editor/about.html">Syntax Editor</a> can be used. +A plain text box is also available, regardless of translation method. + +<p> The tool handles a set of documents. Documents can be named, saved, closed and reopened later. Documents can be saved locally or in the cloud. @@ -56,7 +63,6 @@ closed and reopened later. Documents can be saved locally or in the cloud. to be capitalized, e.g. "I am ready." and "Spanish wine is good." <li>Document sharing in the cloud. <li>Interface to other translation services. - <li>Guided text entry, using the Minibar or some variant of it. <li>Interface to the grammar editor for grammar extension. <li>More browser compatibility testing (Chrome, Firefox, Safari & Opera Mobile tested so far). @@ -67,7 +73,7 @@ closed and reopened later. Documents can be saved locally or in the cloud. <hr> <div class=modtime><small> -<!-- hhmts start -->Last modified: Fri Apr 5 15:24:59 CEST 2013 <!-- hhmts end --> +<!-- hhmts start -->Last modified: Fri Apr 12 19:39:40 CEST 2013 <!-- hhmts end --> </small></div> <address> <a href="http://www.cse.chalmers.se/~hallgren/">TH</a> |
