Skip to main content

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

NameTypeDescription
messagestringThe literal string to be marked for future translation.

Returns

TypeDescription
stringThe original message string, unchanged but marked for extraction by translation tools.