I18n: translate node panel titles #112968

Merged
Bastien Montagne merged 1 commits from pioverfour/blender:dp_translate_node_panels into blender-v4.0-release 2023-10-03 18:24:27 +02:00

1 Commits

Author SHA1 Message Date
Damien Picard 6cb992c846 I18n: translate node panel titles
Nodes recently gained the ability to group inputs into collapsible
panels. These were untranslated, so this commit:
- Adds the appropriate regex to extract node panels defined with
  the `add_panel()` callback.
- Adds the `IFACE()` translation macro to the drawing code for the
  nodes, as well as the properties.
2023-09-27 20:37:18 +02:00