Page MenuHome

I18n: disambiguate a few translations
ClosedPublic

Authored by Damien Picard (pioverfour) on Aug 15 2022, 5:54 PM.

Details

Summary
  • Keying (keyframe insertion)
  • Roughness (particle children)
  • New image, collection, text (in menus)
  • Parents (particles)
  • Wrap (text)
  • Light (add menu)
  • Empty (volume add menu)
  • Empty (empty add menu)
  • Cycles (f-curve modifier)
  • Drag (workspace tool type)
  • Power (light intensity)
  • Power (math nodes)

This last change also moves all math operations in nodes to the
ID_nodetree context. It's needed only for some operations, but we
can't be more granular here.

Also...

  • Fix context extraction for interpolation mode headers in F-Curves and GPencil interpolation operator
  • Enable new translation: "Slot %d" in image editor
  • Fix an English message in the node editor: "Replace the input image's alpha channels by..." -> channel

Ref. T43295

Diff Detail

Repository
rB Blender

Event Timeline

Damien Picard (pioverfour) requested review of this revision.Aug 15 2022, 5:54 PM
Damien Picard (pioverfour) created this revision.

Fix order of one RNA_def_property_translation_context

Damien Picard (pioverfour) edited the summary of this revision. (Show Details)
Damien Picard (pioverfour) set the repository for this revision to rB Blender.

Disambiguate "New" for image, collection, text (in menus)

Fix context extraction for interpolation mode headers in F-Curves and GPencil interpolation operator

Bastien Montagne (mont29) added inline comments.
release/scripts/startup/bl_ui/space_image.py
32–36

Style (see the other imports above), will fix while committing.

This revision is now accepted and ready to land.Aug 22 2022, 2:29 PM
This revision was automatically updated to reflect the committed changes.