fix(i18n): update translation keys (#999)

* feat(chapter): add "mark all as read" option

Added new translation key for "Mark all as read" and updated ChaptersToolbarMenu to use it in the tooltip when marking all chapters as read.

* refactor(i18n): create global download key for generic actions

* feat(i18n): add filter and sort string to chapter toolbar

* fix(i18n): update tooltip text for clear selection action

* apply `yarn lint --fix`
This commit is contained in:
Zeedif
2025-08-24 12:47:24 -06:00
committed by GitHub
parent f851c04932
commit 0f8c6496f8
4 changed files with 12 additions and 13 deletions

View File

@@ -102,7 +102,7 @@ export const ServerUpdateChecker = () => {
channel: selectedServerChannelInfo.channel,
version: selectedServerChannelInfo.tag,
})}
actionTitle={t('chapter.action.download.add.label.action')}
actionTitle={t('global.button.download')}
actionUrl={selectedServerChannelInfo.url}
updateCheckerProps={['server', checkForUpdate, selectedServerChannelInfo?.tag]}
/>