从文件翻译 Drupal

发布于 2024-12-11 06:34:56 字数 104 浏览 0 评论 0原文

我的 Drupal (7.8) 翻译(英语 -> 法语)以经典方式一切都很好,但我猜 t() 是基于 SQL 查询的。如何强制 Drupal 从文件中读取这些翻译条目而不是让它使用数据库?

Everything is fine with my Drupal (7.8) translation (English -> French) in a classic way but I guess the t() is based on SQL queries. How can I force Drupal to read those translations entries from a file rather than let it use the database ?

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

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

发布评论

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

评论(1

寄风 2024-12-18 06:34:56

如果不破解核心,你就无法做到这一点。

但是,短翻译会被缓存,您可以为此使用不同的缓存后端,例如 Memcache 或基于文件的缓存。

You can't do that without hacking core.

However, short translations are cached and you can use a different cache backend for that, for example Memcache or a File based cache.

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