View Source Cldr.Message.Interpreter (Cldr Messages v1.0.2)

Summary

Functions

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.

Link to this function

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

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