Corex.ColorPicker.Translation (Corex v0.1.0-beta.2)

View Source

Translation struct for ColorPicker component strings.

Without gettext: translation={%ColorPicker.Translation{ hex: "Hex color value" }}

With gettext: translation={%ColorPicker.Translation{ hex: gettext("Hex color value") }}