mirror of
https://gitlab.com/niansa/anyproc.git
synced 2025-03-06 20:49:24 +01:00
Added another example to Translator
This commit is contained in:
parent
66ba05ba02
commit
274c56547d
1 changed files with 3 additions and 0 deletions
|
@ -159,6 +159,9 @@ public:
|
|||
begin()
|
||||
.expression(translation_exprgen("\"Please DO NOT announce to the server when you are going to go masturbate. This has been a reoccurring issue, and I'm not sure why some people have such under developed social skills that they think that a server full of mostly male strangers would need to know that. No one is going to be impressed and give you a high five (especially considering where that hand has been). I don't want to add this to the rules, since it would be embarrassing for new users to see that we have a problem with this, but it is going to be enforced as a rule from now on.\"", "\"DE\""))
|
||||
.example("'Bitte kündige auf dem Server NICHT an, dass du masturbieren gehen wirst. Dies ist ein wiederkehrendes Problem, und ich bin mir nicht sicher, warum einige Leute so unterentwickelte soziale Fähigkeiten haben, dass sie denken, dass ein Server voller meist männlicher Fremder das wissen muss. Niemand wird beeindruckt sein und dir ein High Five geben (besonders wenn man bedenkt, wo diese Hand war). Ich möchte dies nicht zu den Regeln hinzufügen, da es für neue Benutzer peinlich wäre, zu sehen, dass wir ein Problem damit haben, aber es wird von nun an als Regel durchgesetzt werden.'");
|
||||
begin()
|
||||
.expression(translation_exprgen("\"Please wait...\"", "\"DE\""))
|
||||
.example("'Bitte warten...'");
|
||||
}
|
||||
|
||||
std::string translate(std::string_view text, std::string_view language, const std::function<bool (float)> &on_append_tick = nullptr, const std::function<bool (const char *generated)>& on_generation_tick = nullptr) {
|
||||
|
|
Loading…
Add table
Reference in a new issue