Website / Webshop UI Dialog / Popup Translation

Hello guys,
I’m on Frappe and Erpnext v15.

Apparently the Website / Webshop Dialogs are not translatable, perhaps because they lack html?

Example, in the frontend, Webshop Item “Contact Us” Dialog, or the Item Variant Selector.

How could we fix this issue?

does anyone know, where this form can be changed in general? Can this be edited via the UI or do we need to overwright this in the code?
(this will probably also lead to the answer to your question @SmoothPlay

1 Like

We have done some research. In this file you will be able to make some of the changes: frappe-bench/apps/webshop/webshop/webshop/shopping_cart/cart.py

Hello, I actually found the culprit files, but still haven’t found a solution. Both Modals are in pure Javascript without any fields in html. I wonder how to translate javascript on an external app like Webshop.

Files:
JS:
webshop/templates/generators/item/item_configure.js
webshop/templates/generators/item/item_inquiry.js

HTML:
webshop/templates/generators/item/item_configure.html
webshop/templates/generators/item/item_inquiry.html