blender/scripts
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
..
addons_core I18n: Translate messages in extensions, operator descriptions, Node Wrangler 2024-07-04 10:49:52 +02:00
freestyle Cleanup: unused imports 2024-04-19 16:09:30 +10:00
modules Docs: corrections to bpy.utils.register_tool 2024-07-02 16:18:08 +10:00
presets Fix #123543: Delete retiming keys deletes strip 2024-06-28 17:06:44 +02:00
site Cleanup: spelling in comments, update dictionary 2023-09-03 21:35:07 +10:00
startup I18n: Translate messages in extensions, operator descriptions, Node Wrangler 2024-07-04 10:49:52 +02:00
templates_osl License headers: remove GPL header from OSL template script 2023-08-04 13:24:15 +10:00
templates_py Cleanup: Python script formatting 2024-06-06 11:26:28 +10:00