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

Method tool_translate

core/string/translation_server.cpp:498–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

496}
497
498StringName TranslationServer::tool_translate(const StringName &p_message, const StringName &p_context) const {
499 return editor_domain->translate(p_message, p_context);
500}
501
502StringName TranslationServer::tool_translate_plural(const StringName &p_message, const StringName &p_message_plural, int p_n, const StringName &p_context) const {
503 return editor_domain->translate_plural(p_message, p_message_plural, p_n, p_context);

Callers 2

TTRFunction · 0.80
RTRFunction · 0.80

Calls 1

translateMethod · 0.45

Tested by

no test coverage detected