-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
Summary
Version: Magento 2.4.5
You are unable to translate the text "VAT", "T", "F" in the address renderers.
Examples
https://github.com/magento/magento2/blob/2.4-develop/app/code/Magento/Customer/view/adminhtml/web/template/default-address.html#L47
https://github.com/magento/magento2/blob/2.4-develop/app/code/Magento/Checkout/view/frontend/web/template/billing-address/details.html#L20
https://github.com/magento/magento2/blob/2.4-develop/app/code/Magento/Checkout/view/frontend/web/template/shipping-address/address-renderer/default.html#L18
https://github.com/magento/magento2/blob/2.4-develop/app/code/Magento/Checkout/view/frontend/web/template/shipping-information/address-renderer/default.html#L18
Proposed solution
Change it to <translate args="'VAT'"></translate>
instead so you are able to translate it.
Release note
No response
Triage and priority
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.