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:
parent
f3a3103d25
commit
4fbba2dc6e
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("\"A ball fell onto my foot\"", "\"EN\""))
|
||||
.example("'A ball fell onto my foot'");
|
||||
begin()
|
||||
.expression(translation_exprgen("\"Hi\"", "\"EN\""))
|
||||
.example("'Hi'");
|
||||
|
|
Loading…
Add table
Reference in a new issue