Corex.Timer.Translation
(Corex v0.1.0-beta.3)
View Source
Strings for Zag timer translations: areaLabel on the timer region.
Without gettext: translation={%Corex.Timer.Translation{area_label: "Countdown"}}
With gettext: translation={%Corex.Timer.Translation{area_label: Corex.Gettext.gettext("Countdown")}}
Summary
Types
@type t() :: %Corex.Timer.Translation{area_label: String.t() | nil}