Strings from <page> entries are missing in the Translations function

In form.xml, I use string and id instead of name for page elements — these entries are not offered in the translations function—is there a way to translate these elements?

Hi, you can just add “view:” + model, for example:

msgctxt "view:purchase.request:"
msgid "Other Info"
msgstr "Informació adicional"

Hope this helps!

1 Like

This is due to a bug in the model searcher: Model search of translation does not match with name without ',' (#14623) · Issues · Tryton / Tryton · GitLab

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.