What’s the best approach for translating labels in default sign-in screens?
I tried the following in the AuthOverrides
, but it looks like the value is set at compile time, so setting the locale has no impact:
override Components.Password.Input do
set :identity_input_label, gettext("Email")
set :password_input_label, gettext("Password")
end