fix(i18n): localize settings order copy
Build & Deploy Pluriwave / Análisis de código (push) Successful in 24s
Build & Deploy Pluriwave / Build APK + AAB release (push) Successful in 1m44s

This commit is contained in:
2026-05-22 16:58:09 +02:00
parent aaeee51233
commit 157d52996e
29 changed files with 306 additions and 59 deletions
+13
View File
@@ -354,6 +354,19 @@ class AppLocalizationsPt extends AppLocalizations {
return 'Recording limit updated to $size MB';
}
@override
String get stationOrderTitle => 'Station order';
@override
String get stationOrderByName => 'By name';
@override
String get stationOrderByQuality => 'By quality';
@override
String get stationOrderScopeDescription =>
'Applies to favorites, searches, nearby stations and quick lists.';
@override
String get favoriteGroupsTitle => 'Favorite lists';