Hello, I have a problem — I don’t know how to translate text inside an OWL component on a website.
For example, I have the following structure:
export const FORM_CONFIG = { [FORM_TYPES.SHORT]: { sections: [ { key: "test", title: "Doctor name" }, // ... another 100 fields ], }, };
How can I export this into my OWL Website components and make it translatable in Odoo?
The fields are generated dynamically, so I’m not sure how to include them in .po translation files.