From 67e38871652ff9274dee74e6a03c2b84b223fb93 Mon Sep 17 00:00:00 2001 From: Sebastian Espei Date: Tue, 10 Mar 2026 18:35:17 +0100 Subject: [PATCH] Add localization for image quality --- public/locales/de/tools.json | 4 +++- public/locales/en/tools.json | 4 +++- src/pages/pdf-to-jpg.html | 6 +++++- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/public/locales/de/tools.json b/public/locales/de/tools.json index f6d9197..9b2e1dd 100644 --- a/public/locales/de/tools.json +++ b/public/locales/de/tools.json @@ -204,7 +204,9 @@ }, "pdfToJpg": { "name": "PDF zu JPG", - "subtitle": "Jede PDF-Seite in ein JPG-Bild konvertieren." + "subtitle": "Jede PDF-Seite in ein JPG-Bild konvertieren.", + "imageQuality": "Bildqualität", + "imageQualityExplanation": "Höhere Qualität = größere Dateigröße" }, "pdfToPng": { "name": "PDF zu PNG", diff --git a/public/locales/en/tools.json b/public/locales/en/tools.json index e9485f7..ae20264 100644 --- a/public/locales/en/tools.json +++ b/public/locales/en/tools.json @@ -204,7 +204,9 @@ }, "pdfToJpg": { "name": "PDF to JPG", - "subtitle": "Convert each PDF page into a JPG image." + "subtitle": "Convert each PDF page into a JPG image.", + "imageQuality": "Image Quality", + "imageQualityExplanation": "Higher quality = larger file size" }, "pdfToPng": { "name": "PDF to PNG", diff --git a/src/pages/pdf-to-jpg.html b/src/pages/pdf-to-jpg.html index 2c8d63b..64ad002 100644 --- a/src/pages/pdf-to-jpg.html +++ b/src/pages/pdf-to-jpg.html @@ -166,6 +166,7 @@
@@ -184,7 +185,10 @@ >90%
-

+

Higher quality = larger file size