Questions tagged «js-translation»

2
Magento2翻译Javascript(KO)模板文本
我正在尝试为中<!-- ko i18n: 'Store credit available' --><!-- /ko -->存在的文本添加翻译vendor/magento/module-customer-balance/view/frontend/web/template/payment/customer-balance.html,但是如果我尝试更改自己的文本i18n/en_US.csv,仍然无法正常工作。 我已经刷新了缓存并使用了静态内容部署。 是否有其他方法可以为KO模板添加翻译?

7
如何在Magento 2中翻译JS错误消息或文本?
我有两个视图,英语和阿拉伯语默认js验证错误消息需要翻译成阿拉伯语,所以怎么办?另外,我还提供了一些有关如何执行此操作的自定义文字。 我创建了一个阿拉伯语的i18n,如果我在PHTML或PHP文件中执行回显,则工作正常,同样在Magento 2中如何将其桥接到js中 有人帮我
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.