MissingTranslationData - 如何设置 TranslationData?

发布于 2024-09-25 18:26:14 字数 301 浏览 3 评论 0原文

has_calendar 插件发布时,会请求 TranslationData。我不确定这是什么,或者如何设置它(或在哪里设置它)。

这是它吐出的错误。

translation missing: en, date, formats, day_of_week

我需要在某个地方设置日历的区域设置吗?该插件没有给出任何有关翻译数据的说明,所以我认为这是 Rails 端的。

When posting from the has_calendar plugin, there is a request for the TranslationData. I'm not sure what this is, or how to set it (or where to set it).

Here's the error it's spitting out.

translation missing: en, date, formats, day_of_week

Is there somewhere I need to set the locale for the calendar? The plugin doesn't give any instructions about the translation data, so I think this is Rails-side.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故笙诉离歌 2024-10-02 18:26:14

您需要在 config/locales/en.yml 中定义密钥

en:
  date:
    formats:
      day_of_week: "Day of week"

You need define the key in your config/locales/en.yml

en:
  date:
    formats:
      day_of_week: "Day of week"
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文