mirror of
https://gitlab.com/niansa/anyproc.git
synced 2025-03-06 20:49:24 +01:00
Added another anyproc translation example
This commit is contained in:
parent
60adf73f87
commit
eeca7d3408
1 changed files with 3 additions and 0 deletions
|
@ -152,6 +152,9 @@ public:
|
|||
begin()
|
||||
.expression(translation_exprgen("\"Mir fiel ein Ball auf den Fuss\"", "\"EN\""))
|
||||
.example("'A ball fell onto my foot'");
|
||||
begin()
|
||||
.expression(translation_exprgen("\"Hi\"", "\"EN\""))
|
||||
.example("'Hi'");
|
||||
begin()
|
||||
.expression(translation_exprgen("\"How long until school starts?\"", "\"IT\""))
|
||||
.example("'Quanto manca all'inizio della scuola?'");
|
||||
|
|
Loading…
Add table
Reference in a new issue