I18n: extract add-on bl_info warnings #105647

Merged
Bastien Montagne merged 1 commits from pioverfour/blender:dp_i18n_extract_addon_warnings into main 2023-03-13 11:19:59 +01:00

1 Commits

Author SHA1 Message Date
Damien Picard 9d3c3d3e6c I18n: extract add-on bl_info warnings
Some add-ons choose to use the `warning` field in the `bl_info`
dictionary. This is potentially useful info, which should be shown to
the user translated.

This commit extends `dump_addon_bl_info()` from the i18n utils add-on,
to add this field to the message extraction.
2023-03-10 23:10:21 +01:00