将 en.yaml 更改为 Rails 中的另一个 en.yaml

发布于 2024-12-02 06:58:33 字数 237 浏览 0 评论 0原文

我设法获得了 fr.yaml。我希望这是默认值,旧的 Rails 2.2 教程说要添加:

config.i18n.default_locale = :fr

environment.rb

它不起作用,我的 Rails 服务器在此配置行上崩溃。

Rails 3 中此设置的语法是什么?我不需要多语言应用程序,我只想使用法语设置。

I managed to get a fr.yaml. I want this to be the default, an old Rails 2.2 tutorial says to add:

config.i18n.default_locale = :fr

in environment.rb

It does not work, my rails server crashes on this config line.

What is the syntax for this setting in Rails 3? I do not want a multi-language app, I want to use only the french settings.

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

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

发布评论

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

评论(2

绿萝 2024-12-09 06:58:33

在 Rails3 中,将此行添加到 application.rb

config.i18n.default_locale = :fr

In Rails3, you add this line to application.rb

config.i18n.default_locale = :fr
留一抹残留的笑 2024-12-09 06:58:33

这位于 Rails 3 的 config/application.rb 中。

This goes in config/application.rb in rails 3.

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