Skip to content

Commit 7984666

Browse files
committed
feat(l10n): add localization for source list filter page
Adds new English localization strings for the title and filter button tooltip on the new `SourceListFilterPage`.
1 parent 389061b commit 7984666

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/l10n/arb/app_en.arb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,5 +1313,13 @@
13131313
"savedFiltersBarFollowedLabel": "Followed",
13141314
"@savedFiltersBarFollowedLabel": {
13151315
"description": "Label for the 'Followed' chip in the saved filters bar."
1316+
},
1317+
"sourceListFilterPageTitle": "Filter Sources",
1318+
"@sourceListFilterPageTitle": {
1319+
"description": "Title for the page where users can filter the list of sources."
1320+
},
1321+
"sourceListFilterPageFilterButtonTooltip": "Filter source list",
1322+
"@sourceListFilterPageFilterButtonTooltip": {
1323+
"description": "Tooltip for the button that opens the source list filter page."
13161324
}
13171325
}

0 commit comments

Comments
 (0)