Corex.ColorPicker.Translation (Corex v0.1.0-alpha.33)

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") }}