You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we should look into trigger_error in TranslationDomainKeyValidator.php
the error message is wrong, hardcoded "en"
and @stof thinks trigger_error is not the right thing. @dbu thinks it was chosen to not break in production in case its not an important field, but in dev you immediately want to see something is wrong.
we should look into
trigger_errorin TranslationDomainKeyValidator.php