diff --git a/demos/app.html b/demos/app.html
index 9f5364f8d..85288d231 100644
--- a/demos/app.html
+++ b/demos/app.html
@@ -49,19 +49,32 @@ and gives control on quality. It indicates confidence with colours:
-You can translate both speech and text, as selected in the menu.
-It works between any pair of the supported languages, which means 110
-language pairs at the moment. But there are some caveats:
-
- - The app works optimally from English and also from Swedish.
-
- From other languages it can be slow and give more red results.
-
- The dictionaries can have errors, since they are partly extracted automatically.
-
- Speech input from Hindi and output to Bulgarian don't work currently.
-
- In Chinese, speech input is Mandarin but output is Cantonese (Yue).
-
-As we are constantly working on the app, expect frequent updates and improvements!
+You can translate both speech and text, as selected in the menu in the upper right corner.
+Translation works between any pair of the supported languages, which means 110
+language pairs at the moment. But different languages are on different levels of development.
+The following table gives a rough idea of what to expect:
+
+
+
+ | coverage | quality | speed | speech |
+ | Bulgarian | | | | in only |
+ | Chinese | | | | diff in/out |
+ | Dutch | | | | |
+ | English | | | | |
+ | Finnish | | | | |
+ | French | | | | |
+ | German | | | | |
+ | Hindi | | | | out only |
+ | Italian | | | | |
+ | Spanish | | | | |
+ | Swedish | | | | |
+
+
+This is new and experimental technology, and we are constantly working
+on the app. Expect frequent updates and improvements!
+
When you tap on a translation you get a screen with alternative translations.
Tapping on each of the alternatives
diff --git a/demos/translation.t2t b/demos/translation.t2t
index 6b12e1daa..2078a1fec 100644
--- a/demos/translation.t2t
+++ b/demos/translation.t2t
@@ -1,7 +1,7 @@
Translation with GF
Powered by multilingual grammars
-%!style:../css/style.css
+%!style:../css/style0.css
%!postproc(html):
%!postproc(html): #GFWCT
@@ -52,11 +52,34 @@ Here are some hints to use it in a satisfactory way:
+The following table gives a rough idea of what to expect for each
+language (the speech column refers to the Android app):
+'''
+
+
+ | coverage | quality | speed | speech |
+ | Bulgarian | | | | in only |
+ | Chinese | | | | diff in/out |
+ | Dutch | | | | |
+ | English | | | | |
+ | Finnish | | | | |
+ | French | | | | |
+ | German | | | | |
+ | Hindi | | | | out only |
+ | Italian | | | | |
+ | Spanish | | | | |
+ | Swedish | | | | |
+
+
+'''
+
+
==How it works==
Powered by [Grammatical Framework ../]
-Publications explaining the translation method:
+[Slides https://docs.google.com/presentation/d/1545yYmTlWgzyV1uwUwuvAsOCzdD1AIUdV_NZbZ1qMEo/edit?usp=sharing]
+explaining the translation method:
==Get the sources==