Centralize convert local string into common

This reverts commit 3093dcbf4a.
This commit is contained in:
Sebastian Espei
2026-03-10 17:44:11 +01:00
parent 3093dcbf4a
commit e21ee9605b
4 changed files with 14 additions and 22 deletions

View File

@@ -204,28 +204,23 @@
},
"pdfToJpg": {
"name": "PDF to JPG",
"subtitle": "Convert each PDF page into a JPG image.",
"convertButton": "Convert"
"subtitle": "Convert each PDF page into a JPG image."
},
"pdfToPng": {
"name": "PDF to PNG",
"subtitle": "Convert each PDF page into a PNG image.",
"convertButton": "Convert"
"subtitle": "Convert each PDF page into a PNG image."
},
"pdfToWebp": {
"name": "PDF to WebP",
"subtitle": "Convert each PDF page into a WebP image.",
"convertButton": "Convert"
"subtitle": "Convert each PDF page into a WebP image."
},
"pdfToBmp": {
"name": "PDF to BMP",
"subtitle": "Convert each PDF page into a BMP image.",
"convertButton": "Convert"
"subtitle": "Convert each PDF page into a BMP image."
},
"pdfToTiff": {
"name": "PDF to TIFF",
"subtitle": "Convert each PDF page into a TIFF image.",
"convertButton": "Convert"
"subtitle": "Convert each PDF page into a TIFF image."
},
"pdfToGreyscale": {
"name": "PDF to Greyscale",