Skip to content

Commit 8e55548

Browse files
committed
docs(component editor): Auto-update vehicle components translatable strings
1 parent 76fcf44 commit 8e55548

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
@@ -32,6 +32,7 @@ def translatable_strings() -> None:
3232
_vehicle_components_strings = _("Flight Controller")
3333
_vehicle_components_strings = _("Format version")
3434
_vehicle_components_strings = _("Frame")
35+
_vehicle_components_strings = _("Frame class")
3536
_vehicle_components_strings = _("GNSS Receiver")
3637
_vehicle_components_strings = _("MCU Series")
3738
_vehicle_components_strings = _("Manufacturer")
@@ -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)