Documentation
¶
Overview ¶
Package translate defines the Translate type and its predefined values.
Translation behavior for element content and attributes. Controls whether automatic translation services should translate the element's text content.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Yes Enable translation of element content. Automatic translation services should // translate text content and translatable attributes when page is localized. Yes = Translate("yes") // No Disable translation of element content. Automatic translation services should // leave text content unchanged, preserving original language and formatting. No = Translate("no") )
Variables for Translate values
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.