Add SNR indicator localization and update UI references for nearby repeaters

This commit is contained in:
Winston Lowe
2026-02-15 17:04:54 -08:00
parent e6814b4f48
commit 75a7f437f6
32 changed files with 149 additions and 17 deletions
+12
View File
@@ -5035,6 +5035,18 @@ abstract class AppLocalizations {
/// In en, this message translates to:
/// **'meshcore-open GPX map data export'**
String get settings_gpxExportShareSubject;
/// No description provided for @snrIndicator_nearByRepeaters.
///
/// In en, this message translates to:
/// **'Nearby Repeaters'**
String get snrIndicator_nearByRepeaters;
/// No description provided for @snrIndicator_lastSeen.
///
/// In en, this message translates to:
/// **'Last seen'**
String get snrIndicator_lastSeen;
}
class _AppLocalizationsDelegate