mirror of
https://gitlab.com/niansa/anyproc.git
synced 2025-03-06 20:49:24 +01:00
Replaced an example in Translator that is no longer needed
This commit is contained in:
parent
a274099720
commit
7fd7c88f1c
1 changed files with 2 additions and 2 deletions
|
@ -167,8 +167,8 @@ public:
|
|||
.expression(translation_exprgen("\"Mir fiel ein Ball auf den Fuss\"", "\"EN\""))
|
||||
.example("'A ball fell onto my foot'");
|
||||
begin()
|
||||
.expression(translation_exprgen("\"A ball fell onto my foot\"", "\"EN\""))
|
||||
.example("'A ball fell onto my foot'");
|
||||
.expression(translation_exprgen("\"You are a very kind human :-)\"", "\"DE\""))
|
||||
.example("'Du bist ein sehr freundlicher Mensch :-)'");
|
||||
begin()
|
||||
.expression(translation_exprgen("\"Hi\"", "\"EN\""))
|
||||
.example("'Hi'");
|
||||
|
|
Loading…
Add table
Reference in a new issue