Would be nice to support i18n and other languages. Devise solves this with: ``` flash[:alert] = I18n.t("devise.failure.already_authenticated") ```
Would be nice to support i18n and other languages. Devise solves this with: