Changelog
v4.5.1 - Dec 13, 2024
utc?: boolean
as an optional parameter to I18n#localize
. This
makes dates be rendered using getUTC*
functions instead.Changelog
v4.5.0 - Oct 15, 2024
I18n#availableLocales
, as it's no used anywhere.I18n.t
now replaces all instances of a placeholder in a
translation.Changelog
v4.4.3 - Feb 15, 2024
Changelog
v4.4.0 - Feb 10, 2024
I18n#formatNumber
now formats numbers with default options,
conforming to the API described on the readme file..
) when
using custom separators.I18n#update
and I18n#store
to support translations that
use custom separators and dots (.
).