Skip to main content

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

NameTypeDescription
messagestringThe text string to be returned and marked for potential localization.

Returns

TypeDescription
stringThe original message string passed as the input.