diff options
| -rw-r--r-- | src/www/translator/about.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/www/translator/about.html b/src/www/translator/about.html index 395173162..37d29ac9c 100644 --- a/src/www/translator/about.html +++ b/src/www/translator/about.html @@ -33,7 +33,9 @@ closed and reopened later. <h2>TODO</h2> <ul> <li>Test for browser compatibility (Safari & Firefox tested so far). - <li>Use GF lexer/unlexer to allow for more natural looking text. + <li>GF' lexer/unlexer is used to allow for more natural looking text, but + the unlexer does the wrong thing if the first word of a sentence is supposed + to be capitalized, e.g. "I am ready." and "Spanish wine is good." <li>Import/export text. <li>Cloud service. <li>Interface to other translation services. @@ -45,7 +47,7 @@ closed and reopened later. <hr> <div class=modtime><small> -<!-- hhmts start --> Last modified: Tue May 15 17:35:39 CEST 2012 <!-- hhmts end --> +<!-- hhmts start --> Last modified: Wed May 16 16:53:50 CEST 2012 <!-- hhmts end --> </small></div> <address> <a href="http://www.cse.chalmers.se/~hallgren/">TH</a> |
