From 85d1aab6a88e509facb2c0d9830910272ce4987c Mon Sep 17 00:00:00 2001 From: Kugeleis Date: Sun, 18 Jan 2026 18:07:51 +0100 Subject: [PATCH 1/2] Add German translations for several UI strings --- cps/translations/de/LC_MESSAGES/messages.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cps/translations/de/LC_MESSAGES/messages.po b/cps/translations/de/LC_MESSAGES/messages.po index f7817820..0fcbffd2 100644 --- a/cps/translations/de/LC_MESSAGES/messages.po +++ b/cps/translations/de/LC_MESSAGES/messages.po @@ -3181,7 +3181,7 @@ msgstr "Sepia" #: cps/templates/read.html:95 msgid "Amber" -msgstr "" +msgstr "Amber" #: cps/templates/read.html:97 msgid "Black" @@ -3193,11 +3193,11 @@ msgstr "Text umbrechen, wenn Seitenleiste geöffnet ist." #: cps/templates/read.html:114 msgid "Show pages count" -msgstr "" +msgstr "Zeige Seitenanzahl" #: cps/templates/read.html:118 msgid "Font Size" -msgstr "" +msgstr "Schriftgröße" #: cps/templates/read.html:126 msgid "Font" From 832ec80f1a54b36427c89a3ccbfc99f2103ec634 Mon Sep 17 00:00:00 2001 From: Tom Chiverton Date: Wed, 21 Jan 2026 15:01:00 +0000 Subject: [PATCH 2/2] Update README.md Highlight how to enable uploads, as it's a FAQ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d9c7d18..e32fe7f8 100755 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ in your Docker run/compose file. Omit this variable for a lightweight image. - **Common Issues**: - If you experience issues starting the application, check the log files located in the `logs` directory for error messages. - If eBooks fail to load, verify that the `Location of Calibre database` is correctly set and that the database file is accessible. + - You need to enable uploads under `Basic settings` for this option to appear - **Configuration Errors**: Ensure that your Calibre database is compatible and properly formatted. Refer to the Calibre documentation for guidance on maintaining the database.