Custom Translations does not works in V14

I did everything described in this topic Custom Translations, but quotation form did not fetched the translation from item name. Is this a bug, or I made a mistake?

Installed Apps

Ecommerce Integrations: v1.11.0 (main)

ERPNext: v14.0.1 (version-14)

Frappe Framework: v14.4.0 (version-14)

Frappe HR: v0.0.1 (develop)

Payments: v0.0.1 (develop)

same problem with me
I added translation link in item doc type. but not working

1 Like

which version you use?

If you have a custom Print Format, you have to make sure you’re using frappe._ to translate. For example, in your Jinja template,

{{ _("MyPet is a leading brand for...") }}

It will translate the string to whatever language you’ve selected during printing.

V14.0.1

It is not the question of print format, the translated item name should be shown in the input form. I think this is a bug from V14