如何将 i18n 资源分成多个文件?
我不想将所有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 消息 模块,非常适合此目的。
Use the Messages Module, really nice for this purpose.
您无法在 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.