在 posts 或 post_translations 中全球化 3 英文翻译?
我有一个现有网站,其中包含 post.title 和 post.body 字段。安装 Globalize3 后,post.title 返回空白。有没有一种方法可以让我不需要将现有信息迁移到 post_translations ?
I have an existing site with fields in post.title and post.body. After I installed Globalize3, post.title returns blank. Is there a way that I don't need to migrate the existing information to post_translations?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以通过在首先创建翻译表时将其定义为迁移数据来迁移此数据。
例如。
您必须事先删除现有的帖子翻译表。
You can migrate this data by defining it to migrate the data when creating the translations table in the first place.
eg.
You will have to drop the existing posts translations table beforehand.
嘿我有同样的问题。
发现:migrate_data =>要真正工作,您需要有 globalize3 版本 0.1.0.beta
否则它不会起作用。
您可以查看此 - https://github.com/svenfuchs/globalize3/issues/45
Hey I was having same issue.
Found that for :migrate_data => true to work you need to have your globalize3 version 0.1.0.beta
otherwise it won't work.
You can checkout this - https://github.com/svenfuchs/globalize3/issues/45