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