RoR globalize2 - 手动sql后的默认翻译
我使用 globalize2,一切正常,如果我使用控制台将新记录添加到 datanase,它会自动将默认翻译添加到 _translations 表。
但是,如果我使用纯 sql(phpmyadmin 等,没有rails)添加一些记录,则不会添加到 _translations 表的记录。有什么办法可以调用翻译吗?
I use globalize2, everything is ok, if I add new record to datanase using console it automatically adds default translation to _translations table.
But if I add some records using pure sql (phpmyadmin or so, without rails) than the record to _translations table is not added. Is there any way how to invoke the translation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在寻找的内容完全违反了 Rails 约定!更重要的是,globalize2 翻译在rails 下工作,使用rails ORM。如果您使用 phpmyadmin 直接更改数据库,则无法调用翻译。
What you are looking for is completely against rails conventions ! More-ever , globalize2 translation works under rails , using rails ORM . If you are directly making changes to database using phpmyadmin then its not possible to invoke the translations.