我有一个带有设计和 30 分钟会话超时的 Rails 应用程序。当会话过期并且用户重新加载页面或单击链接时,他们会收到消息Your session expired, please sign in again to continue.
,但此消息始终使用默认语言(在我的情况下为英语)。我已经配置了语言环境文件,devise.en.yml
并且devise.ru.yml
有没有办法以当前语言显示 Flash 消息?
我有一个带有设计和 30 分钟会话超时的 Rails 应用程序。当会话过期并且用户重新加载页面或单击链接时,他们会收到消息Your session expired, please sign in again to continue.
,但此消息始终使用默认语言(在我的情况下为英语)。我已经配置了语言环境文件,devise.en.yml
并且devise.ru.yml
有没有办法以当前语言显示 Flash 消息?