feat: Add recent messages overlay to map in fullscreen mode and update localization for recent messages

This commit is contained in:
Janez T
2025-10-28 00:14:14 +01:00
parent f6155913a1
commit b980fb80f1
21 changed files with 370 additions and 23 deletions

View File

@@ -1919,4 +1919,7 @@ class AppLocalizationsSl extends AppLocalizations {
@override
String get wmsOverlays => 'WMS Prekrivanja';
@override
String get recentMessages => 'Nedavna sporočila';
}