mirror of
https://gitlab.com/niansa/anyproc.git
synced 2025-03-06 20:49:24 +01:00
Fixed typo in Translator example
This commit is contained in:
parent
b02d6e8aa7
commit
81cb3ee00d
2 changed files with 2 additions and 2 deletions
|
@ -177,7 +177,7 @@ public:
|
|||
.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("\"YDu bist ein sehr freundlicher Mensch :-)\"", "\"EN\""))
|
||||
.expression(translation_exprgen("\"Du bist ein sehr freundlicher Mensch :-)\"", "\"EN\""))
|
||||
.example("'ou are a very kind human :-)'");
|
||||
begin()
|
||||
.expression(translation_exprgen("\"Hi\"", "\"EN\""))
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 138a9bde52eef09f3640d323d657730668a7184b
|
||||
Subproject commit 97f7f2ebc5f6a94a584ca53a4645eb4102bf7151
|
Loading…
Add table
Reference in a new issue