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

Added Translator example

This commit is contained in:
niansa 2023-04-20 21:37:00 +02:00
parent 24faa112e7
commit 7e553dde87

View file

@ -188,6 +188,9 @@ public:
begin()
.expression(translation_exprgen("\"How long until school starts?\"", "\"IT\""))
.example("'Quanto manca all'inizio della scuola?'");
begin()
.expression(translation_exprgen("\"Poisoning someone else means killing him/her, so you shouldn't ever try that!\"", "\"DE\""))
.example("'Jemanden zu vergiften bedeutet, ihn/sie zu töten, also solltest du das niemals versuchen!'");
begin()
.expression(translation_exprgen("\"Please wait...\"", "\"DE\""))
.example("'Bitte warten...'");