i18n: first commit about i18n translation.

- add i18n translation files.
- add document about how to translate this plugin.
- fix some field descriptions in source code.
This commit is contained in:
2025-01-20 16:08:46 +08:00
parent b96550ca5c
commit b441063061
7 changed files with 6096 additions and 3 deletions

View File

@ -415,8 +415,9 @@ class BBP_OT_add_spiral_rail(SharedExtraTransform, SharedRailCapInputProperty, S
rail_screw_screw: bpy.props.FloatProperty(
name = "Screw",
description = "The increased height in each iteration. Minus height also is accepted.",
description = "The increased height in each iteration.",
default = c_SpiralRailScrew,
min = 0.0,
unit = 'LENGTH',
translation_context = 'BBP_OT_add_spiral_rail/property'
) # type: ignore