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

Method translate_plural

core/string/translation_server.cpp:419–421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);
421}
422
423bool TranslationServer::has_domain(const StringName &p_domain) const {
424 if (p_domain == StringName()) {

Callers 4

RTRNFunction · 0.45
tool_translate_pluralMethod · 0.45
doc_translate_pluralMethod · 0.45
tr_nMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected