1
0
Fork 0
mirror of https://gitlab.com/niansa/anyproc.git synced 2025-03-06 20:49:24 +01:00

Added example for not changing language if still the same

This commit is contained in:
niansa 2023-04-17 19:00:06 +02:00
parent f3a3103d25
commit 4fbba2dc6e

View file

@ -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("\"A ball fell onto my foot\"", "\"EN\""))
.example("'A ball fell onto my foot'");
begin()
.expression(translation_exprgen("\"Hi\"", "\"EN\""))
.example("'Hi'");