View Source Cldr.Message.Interpreter (Cldr Messages v0.14.1)

Link to this section Summary

Link to this section Functions

Link to this function

format_list!(message, args \\ [], options \\ [])

View Source
@spec format_list!(list(), Cldr.Message.arguments(), Cldr.Message.options()) ::
  list() | no_return()
Link to this function

format_list(message, args \\ [], options \\ [])

View Source
@spec format_list(list(), Cldr.Message.arguments(), Cldr.Message.options()) ::
  {:ok, list(), list(), list()} | {:error, list(), list(), list()}

Formats a parsed ICU message into an iolist.