File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed
Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -1909,6 +1909,18 @@ abstract class AppLocalizations {
19091909 /// In en, this message translates to:
19101910 /// **'Followed'**
19111911 String get savedFiltersBarFollowedLabel;
1912+
1913+ /// Title for the page where users can filter the list of sources.
1914+ ///
1915+ /// In en, this message translates to:
1916+ /// **'Filter Sources'**
1917+ String get sourceListFilterPageTitle;
1918+
1919+ /// Tooltip for the button that opens the source list filter page.
1920+ ///
1921+ /// In en, this message translates to:
1922+ /// **'Filter source list'**
1923+ String get sourceListFilterPageFilterButtonTooltip;
19121924}
19131925
19141926class _AppLocalizationsDelegate
Original file line number Diff line number Diff line change @@ -1002,4 +1002,10 @@ class AppLocalizationsAr extends AppLocalizations {
10021002
10031003 @override
10041004 String get savedFiltersBarFollowedLabel => 'المتابَعات' ;
1005+
1006+ @override
1007+ String get sourceListFilterPageTitle => 'تصفية المصادر' ;
1008+
1009+ @override
1010+ String get sourceListFilterPageFilterButtonTooltip => 'تصفية قائمة المصادر' ;
10051011}
Original file line number Diff line number Diff line change @@ -1003,4 +1003,10 @@ class AppLocalizationsEn extends AppLocalizations {
10031003
10041004 @override
10051005 String get savedFiltersBarFollowedLabel => 'Followed' ;
1006+
1007+ @override
1008+ String get sourceListFilterPageTitle => 'Filter Sources' ;
1009+
1010+ @override
1011+ String get sourceListFilterPageFilterButtonTooltip => 'Filter source list' ;
10061012}
You can’t perform that action at this time.
0 commit comments