Corex.Timer.Translation (Corex v0.1.0-beta.5)

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

t()

@type t() :: %Corex.Timer.Translation{area_label: String.t() | nil}

Functions

to_camel_map(t)