mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-06 12:04:00 +00:00
This is not how it works. Translations are dynamic based on language sets during request (using header, user's preferences etc) Calling them on global variables makes no sense. Ref: https://github.com/frappe/frappe/pull/18733