Optional
styleThe length of the internationalized message. This obviously varies based on language, but in US English this maps to:
long
: "a, b and c" - defaultshort
: "a, b & c"narrow
: a, b, c
Optional
typeThe format of output message.
conjunction
(read: "and") - defaultdisjunction
(read: "or")unit
(just a list)
Options for the
useListFormat
hook