I followed this documentation
and executed total.js --translate
command in the root directory of total.js eshop app. But many words despite wrapped in ‘@()’ tag not available for translation in the created file.
For example “@(Category),@(Manufacturer),@(Availability),@(In stock), and more” in product template (/themes/default/views/cms/product.html
) don’t exist in created “translate.resource” file.
What is the problem here or what am I doing wrong?