Add untranslated messages file and update localization keys

- Added `untranslated.json` to track untranslated messages.
- Updated localization keys in various language files to use camelCase format for consistency.
- Modified `neighbours_screen.dart` to reference updated localization keys.
This commit is contained in:
zjs81
2026-01-19 19:13:22 -07:00
parent 31d633ee0b
commit ee3b0a3126
30 changed files with 287 additions and 126 deletions
+16 -4
View File
@@ -4096,17 +4096,17 @@ abstract class AppLocalizations {
/// **'{celsius}°C / {fahrenheit}°F'**
String telemetry_temperatureValue(String celsius, String fahrenheit);
/// No description provided for @neighbors_ReceivedData.
/// No description provided for @neighbors_receivedData.
///
/// In en, this message translates to:
/// **'Received Neighbours Data'**
String get neighbors_ReceivedData;
String get neighbors_receivedData;
/// No description provided for @neighbors_RequestTimedOut.
/// No description provided for @neighbors_requestTimedOut.
///
/// In en, this message translates to:
/// **'Neighbours request timed out.'**
String get neighbors_RequestTimedOut;
String get neighbors_requestTimedOut;
/// No description provided for @neighbors_errorLoading.
///
@@ -4126,6 +4126,18 @@ abstract class AppLocalizations {
/// **'No neighbours data available.'**
String get neighbors_noData;
/// No description provided for @neighbors_unknownContact.
///
/// In en, this message translates to:
/// **'Unknown {pubkey}'**
String neighbors_unknownContact(String pubkey);
/// No description provided for @neighbors_heardAgo.
///
/// In en, this message translates to:
/// **'Heard: {time} ago'**
String neighbors_heardAgo(String time);
/// No description provided for @channelPath_title.
///
/// In en, this message translates to: