fix(i18n): localize settings order copy
This commit is contained in:
@@ -354,6 +354,19 @@ class AppLocalizationsHi 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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user