如何翻译 Magento 2.3.2 中的默认 Cookie 限制模式消息?
How to translate default Cookie Restriction Mode message in Magento 2.3.2?
我正在尝试转换 Magento 2.3.2 中默认的 Cookie 限制模式消息。我已经尝试过,将整个消息添加到我的自定义子主题中的 bg_BG.csv 文件中,我的所有其他翻译都位于该文件中,但未应用新翻译。我试过搜索 Block,但没有。有什么我做的不正确吗?
你做错的是你不应该在你的自定义 bg_BG.csv 文件中一次添加整个消息。如果您检查 Cookie 消息本身分为两部分:
第一名:
We use cookies to make your experience better.
第二名:
To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies.
您必须分别翻译这两条消息。之后部署静态内容并清理缓存。
我正在尝试转换 Magento 2.3.2 中默认的 Cookie 限制模式消息。我已经尝试过,将整个消息添加到我的自定义子主题中的 bg_BG.csv 文件中,我的所有其他翻译都位于该文件中,但未应用新翻译。我试过搜索 Block,但没有。有什么我做的不正确吗?
你做错的是你不应该在你的自定义 bg_BG.csv 文件中一次添加整个消息。如果您检查 Cookie 消息本身分为两部分:
第一名:
We use cookies to make your experience better.
第二名:
To comply with the new e-Privacy directive, we need to ask for your consent to set the cookies.
您必须分别翻译这两条消息。之后部署静态内容并清理缓存。