gettext
No overview available.
def gettext(
message: string
) - > string
Returns the provided message string without modification, typically used as a marker for translation extraction tools.
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The text string to be returned and marked for potential localization. |
Returns
| Type | Description |
|---|---|
string | The original message string passed as the input. |