koljan
September 9, 2022, 3:47pm
1
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
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.
koljan
September 29, 2022, 11:12am
7
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