mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-11 11:07:04 +10:00
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:
+2
-2
@@ -1078,8 +1078,8 @@
|
||||
}
|
||||
},
|
||||
|
||||
"neighbors_ReceivedData": "Received Neighbours Data",
|
||||
"neighbors_RequestTimedOut": "Neighbours request timed out.",
|
||||
"neighbors_receivedData": "Received Neighbours Data",
|
||||
"neighbors_requestTimedOut": "Neighbours request timed out.",
|
||||
"neighbors_errorLoading": "Error loading neighbors: {error}",
|
||||
"@neighbors_errorLoading": {
|
||||
"placeholders": {
|
||||
|
||||
Reference in New Issue
Block a user