gettext_noop
No overview available.
def gettext_noop(
message: string
) - > string
Marks a string for translation without performing the translation immediately, allowing it to be translated later in a different context.
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The literal string to be marked for future translation. |
Returns
| Type | Description |
|---|---|
string | The original message string, unchanged but marked for extraction by translation tools. |