Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个关于 Prestashop 1.7 翻译变量的问题。
实际上,“如何将翻译变量添加到 Prestashop ”?我只需要一些我可以修改(内容)的翻译变量,然后在 BO 中(国际>翻译>我可以修改变量的内容)
非常感谢!
在您的主题中: {ls='Your trad d='Shop.Theme.Catalog'} "Shop.Theme.Catalog" 取决于您所在的位置。
在 PHP 模块中: $this->l('Your trad');
在模块模板中:{ls="your trad" mod="yourmodulename"}
问候