File tree Expand file tree Collapse file tree 5 files changed +20
-0
lines changed
Expand file tree Collapse file tree 5 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -1903,6 +1903,12 @@ abstract class AppLocalizations {
19031903 /// In en, this message translates to:
19041904 /// **'Apply & Save'**
19051905 String get applyFilterDialogApplyAndSaveButton;
1906+
1907+ /// Label for the 'Followed' chip in the saved filters bar.
1908+ ///
1909+ /// In en, this message translates to:
1910+ /// **'Followed'**
1911+ String get savedFiltersBarFollowedLabel;
19061912}
19071913
19081914class _AppLocalizationsDelegate
Original file line number Diff line number Diff line change @@ -999,4 +999,7 @@ class AppLocalizationsAr extends AppLocalizations {
999999
10001000 @override
10011001 String get applyFilterDialogApplyAndSaveButton => 'تطبيق وحفظ' ;
1002+
1003+ @override
1004+ String get savedFiltersBarFollowedLabel => 'المتابَع' ;
10021005}
Original file line number Diff line number Diff line change @@ -1000,4 +1000,7 @@ class AppLocalizationsEn extends AppLocalizations {
10001000
10011001 @override
10021002 String get applyFilterDialogApplyAndSaveButton => 'Apply & Save' ;
1003+
1004+ @override
1005+ String get savedFiltersBarFollowedLabel => 'Followed' ;
10031006}
Original file line number Diff line number Diff line change 13091309 "applyFilterDialogApplyAndSaveButton": "تطبيق وحفظ",
13101310 "@applyFilterDialogApplyAndSaveButton": {
13111311 "description": "Button text to apply and save the filter for future use."
1312+ },
1313+ "savedFiltersBarFollowedLabel": "المتابَعات",
1314+ "@savedFiltersBarFollowedLabel": {
1315+ "description": "Label for the 'Followed' chip in the saved filters bar."
13121316 }
13131317}
Original file line number Diff line number Diff line change 13091309 "applyFilterDialogApplyAndSaveButton": "Apply & Save",
13101310 "@applyFilterDialogApplyAndSaveButton": {
13111311 "description": "Button text to apply and save the filter for future use."
1312+ },
1313+ "savedFiltersBarFollowedLabel": "Followed",
1314+ "@savedFiltersBarFollowedLabel": {
1315+ "description": "Label for the 'Followed' chip in the saved filters bar."
13121316 }
13131317}
You can’t perform that action at this time.
0 commit comments