magefan / module-translation

Translate your store with the Magento 2 Translation Extension directly from the admin panel. Buttons, labels, products and more...

Home Page:https://magefan.com/magento-2-translation-extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Translations does not work with frontend phrases

mykhailok-dv opened this issue · comments

The translation module does not work with phrases which requires and renders by knockout on the browser.
If you add translation to phrase "Already have an account? Click here to login" which renders on the checkout (by knockout JS)

@mykhailok-dv ,

It works, but to apply the changes redeploy of static content is required. Run the command
bin/magento setup:static-content:deploy
Basically, it's needed to update the file
pub/static/frontend/ThemeVendor/theme-name/xx_XX/js-translation.json

Let us know if it helps.

Yes, it help us to look translations.
Thank you.