Damien Picard pioverfour
  • France
  • Joined on 2014-08-25
Damien Picard created pull request blender/blender#123795 2024-06-26 23:42:30 +02:00
I18n: Translate messages in extensions, operator descriptions, Node Wrangler
Damien Picard pushed to dp_translate at pioverfour/blender 2024-06-26 23:39:29 +02:00
f483aa75a9 I18n: Translate Node Wrangler poll messages
9495141ff0 I18n: Translate paint material slot name
8e65ac4fbc I18n: Fix translation for a few extension messages
Compare 3 commits »
Damien Picard created pull request blender/blender#123793 2024-06-26 23:24:01 +02:00
I18n: Fix multi-context message extraction regex
Damien Picard pushed to dp_translate at pioverfour/blender 2024-06-26 23:22:37 +02:00
91f6027be7 I18n: Translate Node Wrangler poll messages
3a1eb8f66a I18n: Translate paint material slot name
7aa8fbacaf I18n: Fix translation for a few extension messages
Compare 3 commits »
Damien Picard pushed to dp_translate at pioverfour/blender 2024-06-26 22:08:17 +02:00
0f5f005b54 I18n: Translate paint material slot name
ec851c25d0 I18n: Fix translation for a few extension messages
89d57aa659 I18n: Translate a few operator descriptions
Compare 3 commits »
Damien Picard created branch dp_translate in pioverfour/blender 2024-06-26 22:08:17 +02:00
Damien Picard pushed to dp_multi_ctxt at pioverfour/blender 2024-06-26 22:04:13 +02:00
4cd0d13f22 I18n: Fix multi-context message extraction regex
Damien Picard created branch dp_multi_ctxt in pioverfour/blender 2024-06-26 22:02:52 +02:00
Damien Picard pushed to dp_multi_ctxt at pioverfour/blender 2024-06-26 22:02:52 +02:00
2d6910bdff I18n: Fix multi-context message extraction regex
fe4c7c4178 UI: Consistent Status Bar Spacing
aa4c42958d Fix: Sculpt: Anchored brush "restore" broken for refactored brushes
992e47bc45 Fix #123675: Use ICON_TYPE_MONO_TEXTURE Icons for Error Conditions
f6358f6e71 Merge branch 'blender-v4.2-release'
Compare 10 commits »
Damien Picard pushed to dp_disambiguate at pioverfour/blender 2024-06-25 16:58:19 +02:00
9cb6c02be7 I18n: Extract and disambiguate a few messages
0bc6fbf677 I18n: Extract many custom labels defined in uiItem*
f16cf49c8a Cleanup: EEVEE: Clarify Jitter Camera tooltip
b1dfdca392 UI: Extensions: Fix Extension tagline not disabled when it should
f19a9e9b4d Fix #123607: Plane Track Deform produces wrong output
Compare 33 commits »
Damien Picard pushed to dp_nw_i18n at pioverfour/blender 2024-06-25 00:55:09 +02:00
284db8bd85 I18n: Node Wrangler: Use proper translation contexts in the UI
8dc50753f9 I18n: Node Wrangler: translate operator reports using rpt_()
Compare 2 commits »
Damien Picard pushed to dp_nw_i18n at pioverfour/blender 2024-06-25 00:46:21 +02:00
c1321e935c I18n: Node Wrangler: Use proper translation contexts in the UI
78c4f58cf1 I18n: Node Wrangler: translate operator reports using rpt_()
Compare 2 commits »
Damien Picard commented on pull request blender/blender#123403 2024-06-25 00:33:44 +02:00
I18n: Improve translations for the Node Wrangler add-on

I'd rather keep them in separate PRs,

Done, I left out the refactor and cleanup stuff, I’ll submit them again for main later.

Damien Picard pushed to dp_nw_i18n at pioverfour/blender 2024-06-25 00:31:33 +02:00
5fc8a66f07 I18n: Node Wrangler: Use proper translation contexts in the UI
c398f28e77 I18n: Node Wrangler: translate operator reports using rpt_()
5ff68e2fbf UI: Node Wrangler: Fix message case and grammar
2cc6de8f7e Fix #123574: Automask area normal causes garbled meshes
1b80125a67 Fix: Leak of initialized but not pushed undo step
Compare 126 commits »
Damien Picard commented on pull request blender/blender#123404 2024-06-24 18:53:09 +02:00
I18n: Extract and disambiguate a few messages

So there is indeed an issue when 16 contexts are used, but it’s a simple regex error I didn’t notice. I’ll open a PR targetting main when this is merged, to avoid conflicts.

Damien Picard commented on pull request blender/blender#123404 2024-06-24 18:37:41 +02:00
I18n: Extract and disambiguate a few messages

LGTM now. Will let it sink for a few days in case @ideasman42 wants to check the part of the changes related to the new extensions code?

Yes, that’s fine! I also proposed a change / revert…

Damien Picard pushed to dp_disambiguate at pioverfour/blender 2024-06-24 18:18:12 +02:00
8cf061be24 Merge branch 'blender-v4.2-release' into dp_disambiguate
1a419c936e I18n: extract "New" with "Palette" context
8219b993f3 I18n: Revert changes to multi-context extraction macro
65de0db503 I18n: translate mouse and NDOF events in the keymap preferences
65e5db1f95 Windows_x64: OIDN 2.3.0
Compare 119 commits »
Damien Picard commented on pull request blender/blender#123404 2024-06-24 15:26:27 +02:00
I18n: Extract and disambiguate a few messages

Thanks, I’ll look at it again later today. I’m not sure what the problem was right now or if this is the right solution, but I’m sure only 15 messages did get extracted. I’ll split into…

Damien Picard opened issue blender/blender#123640 2024-06-23 21:23:31 +02:00
UIList overflows when layout is too narrow
Damien Picard commented on issue blender/blender#122735 2024-06-23 20:35:01 +02:00
Extensions: Add-ons tab

Hi @ideasman42, I see that add-on names are no longer translated. I’d argue that:

  1. though most add-ons are externally maintained, for the few that are built-in it’s not any more impractical…