1
0
Fork 0
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:
niansa 2023-04-17 00:58:33 +02:00
parent 60adf73f87
commit eeca7d3408

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("\"Hi\"", "\"EN\""))
.example("'Hi'");
begin()
.expression(translation_exprgen("\"How long until school starts?\"", "\"IT\""))
.example("'Quanto manca all'inizio della scuola?'");