Corex.Dialog.Translation
(Corex v0.1.0-beta.1)
View Source
Translation struct for Dialog component strings.
Without gettext: translation={%Dialog.Translation{ close: "Close" }}
With gettext: translation={%Dialog.Translation{ close: gettext("Close") }}