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:
parent
24faa112e7
commit
7e553dde87
1 changed files with 3 additions and 0 deletions
|
@ -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...'");
|
||||
|
|
Loading…
Add table
Reference in a new issue