Open
Description
Preconditions (*)
- Magento 2.4.2
Steps to reproduce (*)
According to documentation: You can translate the same element in different ways for different modules:
https://devdocs.magento.com/guides/v2.4/frontend-dev-guide/translations/theme_dictionary.html
- Create store view and set locale
- Create translation file
- Add:
"Add to Cart", "Translation Base"
"Add to Cart", "Translation 1", module, Magento_Catalog
"Add to Cart", "Translation 2", module, Magento_Wishlist
Expected result (*)
- 'Add to cart' string is translated as
Translation 1
on catalog pages andTranslation 1
on wishlist pages
Actual result (*)
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.
- 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”.