Corex.Timer.Translation (Corex v0.1.1)

View Source

Translatable strings for Corex.Timer.

Pass translation={%Corex.Timer.Translation{}} to override any field. Omitted fields use gettext defaults (see table).

FieldDefaultUsed for
area_labelTimerTimer region aria-label

Partial override example:

translation={%Corex.Timer.Translation{area_label: Corex.Gettext.gettext("Countdown")}}

Summary

Types

t()

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

Functions

resolve(partial)

to_camel_map(t)