Corex.Select.Translation (Corex v0.1.0-beta.5)

View Source

Translation struct for Select component strings.

Without gettext: translation={%Corex.Select.Translation{placeholder: "Choose an option"}}

With gettext: translation={%Corex.Select.Translation{placeholder: Corex.Gettext.gettext("Select")}}