1
0
Fork 0
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:
niansa 2023-04-18 00:39:53 +02:00
parent 7fd7c88f1c
commit b018dddaca

View file

@ -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 :-)'");