Add localization for image quality
This commit is contained in:
@@ -163,6 +163,7 @@
|
||||
<label
|
||||
for="webp-quality"
|
||||
class="block mb-2 text-sm font-medium text-gray-300"
|
||||
data-i18n="tools:pdfToWebp.imageQuality"
|
||||
>Image Quality</label
|
||||
>
|
||||
<div class="flex items-center gap-4">
|
||||
@@ -181,7 +182,10 @@
|
||||
>85%</span
|
||||
>
|
||||
</div>
|
||||
<p class="mt-1 text-xs text-gray-400">
|
||||
<p
|
||||
class="mt-1 text-xs text-gray-400"
|
||||
data-i18n="tools:pdfToWebp.imageQualityExplanation"
|
||||
>
|
||||
Higher quality = larger file size
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user