Dropping of the reading-list-title entry from translated strings

This commit is contained in:
Pranjal Pandey 2024-12-12 23:10:11 +05:30 committed by Kelson
parent 773fb41280
commit 19707e1cbf
2 changed files with 1 additions and 3 deletions

View File

@ -34,8 +34,7 @@
"table-of-content":"Table of content",
"add-bookmark": "Add to the reading list",
"remove-bookmark": "Remove from the reading list",
"reading-list":"Reading list",
"reading-list-title":"Reading List",
"reading-list":"Reading List",
"zoom-in":"Zoom in",
"zoom-out":"Zoom out",
"zoom-reset":"Zoom reset",

View File

@ -43,7 +43,6 @@
"add-bookmark": "Represents the action of adding a page as a bookmark",
"remove-bookmark": "Represents the action of removing a page from the bookmarks",
"reading-list": "Describes a list of bookmarked articles.",
"reading-list-title": "Describes a list of bookmarked articles.",
"zoom-in": "Represents the action of zooming into the article, making the article content appear larger.",
"zoom-out": "Represents the action of zooming out of the article, making the article content appear smaller.",
"zoom-reset": "Represents the action of resetting the article zoom, changing the article content size back to default",