如何将 i18n 资源分成多个文件?

发布于 2024-12-02 09:13:35 字数 78 浏览 0 评论 0原文

我不想将所有 i18n 资源放入一个消息文件中,而是将它们分成几个文件。任何人都可以告诉我我该怎么做?因为 Play 的文档没有给我任何想法。

Instead of putting all the i18n resources into a single message file, I want to divide them into several files. Anybody can kindly tell me how can I do that? because the documentation of Play doesn't give me any idea.

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

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

发布评论

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

评论(2

旧情勿念 2024-12-09 09:13:36

使用 消息 模块,非常适合此目的。

Use the Messages Module, really nice for this purpose.

灯下孤影 2024-12-09 09:13:36

您无法在 Play 上使用。无论如何,你为什么需要这样做?更难找到 I18N 的按键所在。如果是出于“视觉”目的,只需使用注释 (##) 在文件中创建部分。

You can't on Play. Anyway, why would you need to do that? Makes harder to find where the keys for I18N are. If it's for "visual" purposes, just use comments (##) to create sections in the file.

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