如何拆分 en.yml 文件?

发布于 2024-09-01 18:01:32 字数 56 浏览 2 评论 0原文

这个想法是为格式标签创建一个 en.yml 文件,一个用于提示,一个用于其他国际化翻译。这可能吗?

The idea would be to have one en.yml file for formtastic labels, one for hints, one for other I18n-Translations. Is that possible?

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

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

发布评论

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

评论(1

乖乖 2024-09-08 18:01:32

事实上,正如您自己发现的那样,正如此处所述,您可以拥有任意数量的语言环境 yml 文件,仅包含翻译的子集。

如果您使用子目录进行分离,请不要忘记调整标准 Rails I18n 加载路径(也有描述)

Indeed, as you found out yourself and as described here, you can have as many locale yml files as you wish, containing just subsets of your translations.

If you use subdirectories for separation, do not forget to adapt the standard rails I18n load path (also described there)

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