blender/scripts/addons_core/node_wrangler
Damien Picard 6a52c76a65 I18n: Translate messages in extensions, operator descriptions, Node Wrangler
- Operator descriptions use tip_() since they will be displayed in
  tooltips.

- Extension messages:
  - Split "(Add-on|Theme) \"{:s}\" already installed!" into two
    messages.
  - Use rpt_() to translate error messages.

- Restore core add-on name and description translation.

- Use DATA_ to translate paint material slot name, so that translation
  happens only if the user enabled it for user-created data.

- Node Wrangler contains functions used to build operators' poll
  methods. This change allows them to be properly translated by using
  str.format() instead of f-strings, and explicit extraction with
  tip_().

Pull Request: https://projects.blender.org/blender/blender/pulls/123795
2024-07-04 10:49:52 +02:00
..
utils I18n: Translate messages in extensions, operator descriptions, Node Wrangler 2024-07-04 10:49:52 +02:00
__init__.py I18n: Node Wrangler: Use proper translation contexts in the UI 2024-06-25 10:36:44 +02:00
interface.py I18n: Node Wrangler: Use proper translation contexts in the UI 2024-06-25 10:36:44 +02:00
operators.py I18n: Node Wrangler: Use proper translation contexts in the UI 2024-06-25 10:36:44 +02:00
preferences.py Add-ons: make node wrangler a core add-on 2024-05-31 16:53:26 +02:00
README.md Add-ons: make node wrangler a core add-on 2024-05-31 16:53:26 +02:00

Running Tests

./utils/paths_test.py