Problem with e-commerce translation on JS files

I got problem on all translation on e-commerce JS Files

“e_commerce/product_ui/views.js”
“e_commerce/product_ui/grid.js”
“e_commerce/product_ui/list.js”
“e_commerce/product_ui/search.js”

I believe that for performance reasons, no translation messages are loaded.

So in translate.js, frappe._messages, frappe.boot.__messages are empty.

So how can I translate the sentence below?

One suggestion would be for the website and e-commercer to have a translation file for them.

The loading would be fast and the __() routines would work in JS, in cases where it is not possible to use Jinja.