Corex.NumberInput.Translation (Corex v0.1.0-beta.4)

View Source

Translation struct for NumberInput component strings.

Without gettext: translation={%NumberInput.Translation{ decrease: "Decrease value" }}

With gettext: translation={%NumberInput.Translation{ decrease: Corex.Gettext.gettext("Decrease value") }}