mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-14 09:50:30 +00:00
feat: Implement update checker and dialog for available app updates with localization support
This commit is contained in:
@@ -1849,4 +1849,19 @@ class AppLocalizationsEn extends AppLocalizations {
|
||||
|
||||
@override
|
||||
String get rectangle => 'Rectangle';
|
||||
|
||||
@override
|
||||
String get updateAvailable => 'Update Available';
|
||||
|
||||
@override
|
||||
String get currentVersion => 'Current';
|
||||
|
||||
@override
|
||||
String get latestVersion => 'Latest';
|
||||
|
||||
@override
|
||||
String get downloadUpdate => 'Download';
|
||||
|
||||
@override
|
||||
String get updateLater => 'Later';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user