From d1c623f4c3d72c859f9ad9cb985be127d6a3eb62 Mon Sep 17 00:00:00 2001 From: André Oliveira <37463445+SpecialAro@users.noreply.github.com> Date: Sat, 2 Sep 2023 16:28:04 +0100 Subject: feat: Add Download Manager (pause, stop, delete) (#1339) --- src/i18n/globalMessages.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/i18n/globalMessages.ts') diff --git a/src/i18n/globalMessages.ts b/src/i18n/globalMessages.ts index 9f55da57a..1c5e6a4ba 100644 --- a/src/i18n/globalMessages.ts +++ b/src/i18n/globalMessages.ts @@ -66,6 +66,10 @@ export default defineMessages({ id: 'global.quitConfirmation', defaultMessage: 'Do you really want to quit Ferdium?', }, + downloads: { + id: 'global.downloads', + defaultMessage: 'Downloads', + }, settings: { id: 'global.settings', defaultMessage: 'Settings', -- cgit v1.2.3-54-g00ecf