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

Method property_translate

core/string/translation_server.cpp:506–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506StringName TranslationServer::property_translate(const StringName &p_message, const StringName &p_context) const {
507 return property_domain->translate(p_message, p_context);
508}
509
510StringName TranslationServer::doc_translate(const StringName &p_message, const StringName &p_context) const {
511 return doc_domain->translate(p_message, p_context);

Callers 2

process_nameMethod · 0.80
translate_group_nameMethod · 0.80

Calls 1

translateMethod · 0.45

Tested by

no test coverage detected