- Fixes crash when not setting
otp_app
in configuration.
- Fixes crash when passing
nil
tot/3
.
- Updates plural definitions: now supports the
blo
language code for plurals
- Updates dependencies
- Removes deprecation warnings for Elixir 1.16
- Allow interpolation binding keys to be strings (ab5d78c)
t("It is {{month}} {{day}}, {{year}}", %{"month" => "February", "day" => 3, year: 2023})
- Fixes some functions being called multiple times (2260079)