From de2fe88f819ff0a1ed2fe817643dc5f16bba567c Mon Sep 17 00:00:00 2001 From: schroda <50052685+schroda@users.noreply.github.com> Date: Wed, 20 May 2026 22:34:11 +0200 Subject: [PATCH] Fix missing translation --- src/i18n/locales/en.po | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/i18n/locales/en.po b/src/i18n/locales/en.po index 5ac3e6a0..0b7b23a7 100644 --- a/src/i18n/locales/en.po +++ b/src/i18n/locales/en.po @@ -1508,6 +1508,10 @@ msgstr "Enable debug logs" msgid "Enable page read progress" msgstr "Enable page read progress" +#: src/features/settings/screens/ServerSettings.tsx +msgid "Enable the WebView via CEF (Chromium)" +msgstr "Enable the WebView via CEF (Chromium)" + #: src/features/downloads/screens/DownloadSettings.tsx msgid "Entries in excluded categories will not be downloaded even if they are also in included categories" msgstr "Entries in excluded categories will not be downloaded even if they are also in included categories" @@ -3918,6 +3922,10 @@ msgstr "WebUI version {0} ({1}) available for download" msgid "WebUI was updated to version {newVersion} ({0})" msgstr "WebUI was updated to version {newVersion} ({0})" +#: src/features/settings/screens/ServerSettings.tsx +msgid "WebView" +msgstr "WebView" + #: src/features/settings/Settings.constants.ts msgid "When you enable this, you may need to refresh this tab for the login page to appear." msgstr "When you enable this, you may need to refresh this tab for the login page to appear."