Magento 2 - 翻译附件PDF

时间:2017-12-02 22:17:23

标签: translation magento2 zend-pdf

我尝试通过magento 2中的发票翻译我附加的pdf。通常我可以使用i18n组件翻译所有商店网站(基于html)。但对于invoice-pdf,不会使用翻译。 我还尝试将i18n内容(* _ * .csv文件,例如en_US.csv)复制到:

  • 供应商/ zendframework / Zend的-I18N
  • vendor / magento / module-sales / i18n

并且在以下几个路径中:

  • vendor / zendframework / mvc / src
  • vendor / magento / module-sales / model / order

所以问题是:我如何翻译Magento2生成的PDF?

1 个答案:

答案 0 :(得分:0)

尝试将添加翻译字符串添加到主题文件中:

app/design/frontend/vendorname/themename/i18n/en_US.csv

喜欢这个:

"Grand Total","Big Total"

注意:在某些字符串的末尾要注意空格