MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / doc_translate

Method doc_translate

core/string/translation_server.cpp:510–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

508}
509
510StringName TranslationServer::doc_translate(const StringName &p_message, const StringName &p_context) const {
511 return doc_domain->translate(p_message, p_context);
512}
513
514StringName TranslationServer::doc_translate_plural(const StringName &p_message, const StringName &p_message_plural, int p_n, const StringName &p_context) const {
515 return doc_domain->translate_plural(p_message, p_message_plural, p_n, p_context);

Callers 2

DTRFunction · 0.80
_translate_doc_stringFunction · 0.80

Calls 1

translateMethod · 0.45

Tested by

no test coverage detected