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

View Source

Translation struct for PinInput component strings.

Without gettext: translation={%PinInput.Translation{ digit: "Box %{digit}" }}

With gettext: translation={%PinInput.Translation{ digit: "Digit %{digit}" }} (add to catalog; component calls gettext at render)