Skip to content

Commit c8fdc0a

Browse files
committed
docs(component editor): Auto-update vehicle components translatable strings
1 parent 97ebb50 commit c8fdc0a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ardupilot_methodic_configurator/vehicle_components.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ def translatable_strings() -> None:
2121
_vehicle_components_strings = _("Battery Monitor")
2222
_vehicle_components_strings = _("Capacity mAh")
2323
_vehicle_components_strings = _("Chemistry")
24+
_vehicle_components_strings = _("Frame class")
2425
_vehicle_components_strings = _("Components")
2526
_vehicle_components_strings = _("Configuration template")
2627
_vehicle_components_strings = _("Diameter_inches")
@@ -90,6 +91,7 @@ def translatable_descriptions() -> None: # noqa: PLR0915 # pylint: disable=too-
9091
_vehicle_components_descriptions = _("Flight controller component that runs the ArduPilot firmware")
9192
_vehicle_components_descriptions = _("Flight controller firmware information")
9293
_vehicle_components_descriptions = _("Flight controller that runs ArduPilot firmware")
94+
_vehicle_components_descriptions = _("Frame class/category (e.g., Quad, Hexa, Octa, etc.)")
9395
_vehicle_components_descriptions = _("Global Navigation Satellite System receiver for positioning")
9496
_vehicle_components_descriptions = _("How this component connects to the flight controller")
9597
_vehicle_components_descriptions = _("Information about the firmware running on a component")

0 commit comments

Comments
 (0)