문제

I want to change the invoice button name on the sales order, how to do that using translation (i18n)

enter image description here

For testing I tried to change the translation in this path /vendor/magento/module-sales/i18n/en_US.csv and then changed the admin setting but that not worked

admin > Store > Configuration > Advance > Developer > Translate Inline > Enabled for Storefront as YES 

enter image description here

Is there any other way to override the adminhtml translation ?

도움이 되었습니까?

해결책

You can override translation csv file using this way :

app/design/{AreaName}/{Vendorname}/{themename}/i18n/en_US.csv

or You can follow this 2nd way also

Just Copy this file vendor\magento\module-sales\i18n\en_US.csv and paste it to any of your extension app\code\vendor\module\i18n

After, Process Upgrade and Deploy step and check it.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top