i18n: update i18n

- update i18n template and translation.
- fix lost translation context in code.
This commit is contained in:
2025-08-26 21:54:32 +08:00
parent 33fb1a65d3
commit 9e83fe0a10
4 changed files with 1899 additions and 1564 deletions

View File

@ -954,6 +954,7 @@ class BBP_OT_preset_virtools_material(bpy.types.Operator):
name = "Preset",
description = "The preset which you want to apply.",
items = _g_Helper_MtlPreset.generate_items(),
translation_context = 'BBP_OT_preset_virtools_material/property'
) # type: ignore
@classmethod