I18n: translate Move to Collection operator menu #113224

Closed
Damien Picard wants to merge 3 commits from pioverfour:dp_i18n_move_bone_menu into blender-v4.0-release

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

3 Commits

Author SHA1 Message Date
Damien Picard daa4d572b9 Add comment for the PROP_ENUM_NO_TRANSLATE flag 2023-10-04 15:26:59 +02:00
Damien Picard 82b1f9b149 Add PROP_ENUM_NO_TRANSLATE flag to the destination collection prop 2023-10-04 12:38:33 +02:00
Damien Picard f471829d7a I18n: translate Move to Collection operator menu
Several items are untranslated in the Move to Collection operator
menu (the armature version, `ARMATURE_OT_move_to_collection`). This is
because it uses custom drawing to allow the menu to be dynamically
generated.

Because of this custom drawing, some labels have to be translated
manually using `CTX_IFACE_()`. The translation context is "Operator"
because those messages come from an operator.
2023-10-04 00:30:53 +02:00