df2ee7298c
The bl_info dictionary is deprecated for most extensions, but it is still used for core add-ons and since Node Wrangler is now built-in, it should be marked as official. The reason for this change is actually that it enables translation of the Node Wrangler UI, because add-ons below official support level were never considered for translation. ----- The reason only OFFICIAL add-ons are translated is that they are enabled [here](https://projects.blender.org/blender/blender/src/commit/4f36fb1afed263b52a9ea6c20459a97d10c58786/scripts/modules/bl_i18n_utils/bl_extract_messages.py#L1052) during message extraction. Pull Request: https://projects.blender.org/blender/blender/pulls/123043