Cldr Messages v0.3.0 Cldr.Message.Macro View Source

Link to this section Summary

Functions

Expands the given msgid in the given env, raising if it doesn't expand to a binary.

Link to this section Functions

Link to this function

expand_to_binary(term, env)

View Source
expand_to_binary(binary(), Macro.Env.t()) :: binary() | no_return()

Expands the given msgid in the given env, raising if it doesn't expand to a binary.

Link to this macro

format(message, bindings \\ [], options \\ [])

View Source (macro)