Skip to content

Commit ab3e4b1

Browse files
update translations (#247)
1 parent 544e1a5 commit ab3e4b1

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

static/localization/en.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,20 @@
471471
"androidExitMessage": "Press the back button again to exit."
472472
},
473473
"news": {
474-
"upNext": "UP NEXT"
474+
"upNext": "UP NEXT",
475+
"relatedArticlesTitle": "Related articles",
476+
"likeButtonText": "Like",
477+
"unlikeButtonText": "Unlike",
478+
"likesCount": {
479+
"zero": "",
480+
"one": "{{count}} user liked this",
481+
"other": "{{count}} users liked this"
482+
},
483+
"searchPlaceholder": "Search...",
484+
"emptyStartSearchListMessage": "Enter a search term to find results.",
485+
"emptySearchListMessage": "No results found. Try a different search term.",
486+
"searchRequestFailedToastTitle": "Search failed",
487+
"searchRequestFailedToastMessage": "We couldn't process your search request. If the issue continues, contact our support team for assistance."
475488
},
476489
"notification-center": {
477490
"viewNotificationButton": "VIEW",

0 commit comments

Comments
 (0)