public
|
_(
string $message,
array<string, mixed> $parameters = [],
string|null $domain = null,
string|null $locale = null,
): string
Translate the given message.
Translate the given message.
Parameters
| $message |
The message to be translated
|
| $parameters |
Array of parameters used to translate message
|
| $domain |
The domain for the message or null to use the default
|
| $locale |
The locale or null to use the default
|
Returns
Implemented by
|
#
|