1
0
Fork 0
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:
niansa 2023-04-17 23:36:09 +02:00
parent a274099720
commit 7fd7c88f1c

View file

@ -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'");