From f1b03d076cba8c0ebd66a26eafa0ad9ab09ee4bc Mon Sep 17 00:00:00 2001 From: Sebastian Espei Date: Tue, 10 Mar 2026 18:31:27 +0100 Subject: [PATCH] Add localization for image quality --- public/locales/de/tools.json | 4 +++- public/locales/en/tools.json | 4 +++- src/pages/pdf-to-webp.html | 6 +++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/public/locales/de/tools.json b/public/locales/de/tools.json index ea93f3a..f6d9197 100644 --- a/public/locales/de/tools.json +++ b/public/locales/de/tools.json @@ -212,7 +212,9 @@ }, "pdfToWebp": { "name": "PDF zu WebP", - "subtitle": "Jede PDF-Seite in ein WebP-Bild konvertieren." + "subtitle": "Jede PDF-Seite in ein WebP-Bild konvertieren.", + "imageQuality": "Bildqualität", + "imageQualityExplanation": "Höhere Qualität = größere Dateigröße" }, "pdfToBmp": { "name": "PDF zu BMP", diff --git a/public/locales/en/tools.json b/public/locales/en/tools.json index 9783bee..e9485f7 100644 --- a/public/locales/en/tools.json +++ b/public/locales/en/tools.json @@ -212,7 +212,9 @@ }, "pdfToWebp": { "name": "PDF to WebP", - "subtitle": "Convert each PDF page into a WebP image." + "subtitle": "Convert each PDF page into a WebP image.", + "imageQuality": "Image Quality", + "imageQualityExplanation": "Higher quality = larger file size" }, "pdfToBmp": { "name": "PDF to BMP", diff --git a/src/pages/pdf-to-webp.html b/src/pages/pdf-to-webp.html index a1cc403..cb8c870 100644 --- a/src/pages/pdf-to-webp.html +++ b/src/pages/pdf-to-webp.html @@ -163,6 +163,7 @@
@@ -181,7 +182,10 @@ >85%
-

+

Higher quality = larger file size