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.
在模板中,我使用以下语法:
{l s="some text" mod="module"}
我遇到的问题是我在模块内或其他任何地方的任何翻译文件中都找不到“某些文本”的任何条目。
我相信我应该运行某种构建,但找不到任何提示。
Prestashop 不会保存您的文本,它会保存您的文本的哈希值。这意味着您需要使用标准管理面板进行模块翻译。之后,将在您的模块文件夹中创建带有翻译的文件。
问候