From ba9c69b693cdab13500cee205ed0bafae898f600 Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Fri, 10 Jul 2026 11:57:45 +0200 Subject: [PATCH] Internationalize missed static strings --- src/features/backup/screens/Backup.tsx | 2 +- src/features/migration/screens/MigrationSearch.tsx | 2 +- src/i18n/locales/en.po | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/features/backup/screens/Backup.tsx b/src/features/backup/screens/Backup.tsx index c5ae7e9d..895e5d2f 100644 --- a/src/features/backup/screens/Backup.tsx +++ b/src/features/backup/screens/Backup.tsx @@ -268,7 +268,7 @@ export function Backup() { - Automated backup + {t`Automated backup`} } > diff --git a/src/features/migration/screens/MigrationSearch.tsx b/src/features/migration/screens/MigrationSearch.tsx index 5f329980..9649e34c 100644 --- a/src/features/migration/screens/MigrationSearch.tsx +++ b/src/features/migration/screens/MigrationSearch.tsx @@ -132,7 +132,7 @@ export const MigrationSearch = () => { /> { if (!isSearchComplete || !hasMigratableEntries) { await MigrationManager.abort('User aborted search'); diff --git a/src/i18n/locales/en.po b/src/i18n/locales/en.po index 39c265bf..6917624b 100644 --- a/src/i18n/locales/en.po +++ b/src/i18n/locales/en.po @@ -351,6 +351,7 @@ msgstr "A-Z" #: src/features/migration/components/migration-entry/MigrationEntrySearchExcludeActions.tsx #: src/features/migration/screens/MigrationExecute.tsx +#: src/features/migration/screens/MigrationSearch.tsx msgid "Abort" msgstr "Abort" @@ -522,6 +523,10 @@ msgstr "Auto webtoon mode" msgid "Auto-download" msgstr "Auto-download" +#: src/features/backup/screens/Backup.tsx +msgid "Automated backup" +msgstr "Automated backup" + #: src/features/reader/overlay/progress-bar/settings/components/ReaderSettingProgressBarPosition.tsx msgid "Automatic progress bar vertical position" msgstr "Automatic progress bar vertical position"