Files
Alexandru MacocianandCopilot e96f613e3e fix: qualify translate/LOCALES references after I18n module refactor
Upstream commit bc64cd9b moved translate / LOCALES into module I18n
(with extend self). The oidc-support branch added new call sites in
login.cr / login.ecr that used the old top-level names; the merge
auto-resolved textually but left the compiler with three undefined
references.

Wrap the new call sites the same way the rest of the codebase already
does: 'I18n.translate(...)' for views and 'I18n::LOCALES' for the
constant.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-08-22 11:24:37 +02:00
..