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

View Source

Translation struct for NumberInput component strings.

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

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