mirror of
https://gitlab.com/niansa/anyproc.git
synced 2025-03-06 20:49:24 +01:00
Added translation example attempting to keep emojis
This commit is contained in:
parent
7fd7c88f1c
commit
b018dddaca
1 changed files with 5 additions and 2 deletions
|
@ -164,8 +164,11 @@ public:
|
|||
.expression(translation_exprgen("\"Treehouse\"", "\"DE\""))
|
||||
.example("'Baumhaus'");
|
||||
begin()
|
||||
.expression(translation_exprgen("\"Mir fiel ein Ball auf den Fuss\"", "\"EN\""))
|
||||
.example("'A ball fell onto my foot'");
|
||||
.expression(translation_exprgen("\"Mir fiel ein Ball auf den Fuss!\"", "\"EN\""))
|
||||
.example("'A ball fell onto my foot!'");
|
||||
begin()
|
||||
.expression(translation_exprgen("\"He's not an NPC, he's just another user here :/\"", "\"DE\""))
|
||||
.example("'Er ist kein NPC, er ist hier nur ein normaler Benutzer :/'");
|
||||
begin()
|
||||
.expression(translation_exprgen("\"You are a very kind human :-)\"", "\"DE\""))
|
||||
.example("'Du bist ein sehr freundlicher Mensch :-)'");
|
||||
|
|
Loading…
Add table
Reference in a new issue