Add guessed node location map keys and translations

Adds map_showGuessedLocations and map_guessedLocation to app_en.arb and translates them across all 14 supported locales. Regenerates dart localizations.
This commit is contained in:
zach
2026-03-06 15:02:37 -07:00
parent 8eb6f32fef
commit 1f2dfc555b
39 changed files with 587 additions and 34 deletions
+1
View File
@@ -79,6 +79,7 @@ class _PathManagementDialogState extends State<_PathManagementDialog> {
title: context.l10n.contacts_repeaterPathTrace,
path: Uint8List.fromList(pathBytes),
flipPathRound: true,
targetContact: widget.contact,
),
),
),