Skip to content

Commit 91cf24e

Browse files
committed
feat: add similar headlines localization
- Added section title - Added empty state message
1 parent e9f1420 commit 91cf24e

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
@@ -787,5 +787,13 @@
787787
"sharingUnavailableSnackbar": "Sharing is not available on this device or platform.",
788788
"@sharingUnavailableSnackbar": {
789789
"description": "Snackbar message shown when sharing is unavailable"
790+
},
791+
"similarHeadlinesSectionTitle": "You Might Also Like",
792+
"@similarHeadlinesSectionTitle": {
793+
"description": "Title for the similar headlines section on the details page"
794+
},
795+
"similarHeadlinesEmpty": "No similar headlines found.",
796+
"@similarHeadlinesEmpty": {
797+
"description": "Message shown when no similar headlines are found"
790798
}
791799
}

0 commit comments

Comments
 (0)