From 174d0a3a6fa80c157a51a7b89237cce29f4c5c8a Mon Sep 17 00:00:00 2001 From: amilcarlucas <24453563+amilcarlucas@users.noreply.github.com> Date: Wed, 15 Apr 2026 20:24:25 +0000 Subject: [PATCH] Auto-update vehicle components translatable strings --- ardupilot_methodic_configurator/vehicle_components.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ardupilot_methodic_configurator/vehicle_components.py b/ardupilot_methodic_configurator/vehicle_components.py index 02c06c8c9..5eeed3398 100644 --- a/ardupilot_methodic_configurator/vehicle_components.py +++ b/ardupilot_methodic_configurator/vehicle_components.py @@ -25,7 +25,9 @@ def translatable_strings() -> None: _vehicle_components_strings = _("Configuration template") _vehicle_components_strings = _("Diameter_inches") _vehicle_components_strings = _("ESC") + _vehicle_components_strings = _("ESC->FC Telemetry") _vehicle_components_strings = _("FC Connection") + _vehicle_components_strings = _("FC->ESC Connection") _vehicle_components_strings = _("Firmware") _vehicle_components_strings = _("Flight Controller") _vehicle_components_strings = _("Format version")