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

Method translate

core/string/translation_server.cpp:415–417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413}
414
415StringName TranslationServer::translate(const StringName &p_message, const StringName &p_context) const {
416 return main_domain->translate(p_message, p_context);
417}
418
419StringName TranslationServer::translate_plural(const StringName &p_message, const StringName &p_message_plural, int p_n, const StringName &p_context) const {
420 return main_domain->translate_plural(p_message, p_message_plural, p_n, p_context);

Callers 5

RTRFunction · 0.45
tool_translateMethod · 0.45
property_translateMethod · 0.45
doc_translateMethod · 0.45
trMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected