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:
@ -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
|
||||
|
Reference in New Issue
Block a user