Merge pull request #519 from hagibr/update-tool-translation-keys

Adding 'PDF Workflow Builder' and 'Bates Numbering' to toolTranslationKeys
This commit is contained in:
Alam
2026-02-26 20:34:25 +05:30
committed by GitHub

View File

@@ -138,6 +138,7 @@ const init = async () => {
};
const toolTranslationKeys: Record<string, string> = {
'PDF Workflow Builder': 'tools:pdfWorkflow',
'PDF Multi Tool': 'tools:pdfMultiTool',
'Merge PDF': 'tools:mergePdf',
'Split PDF': 'tools:splitPdf',
@@ -158,6 +159,7 @@ const init = async () => {
'Background Color': 'tools:backgroundColor',
'Change Text Color': 'tools:changeTextColor',
'Add Stamps': 'tools:addStamps',
'Bates Numbering': 'tools:batesNumbering',
'Remove Annotations': 'tools:removeAnnotations',
'PDF Form Filler': 'tools:pdfFormFiller',
'Create PDF Form': 'tools:createPdfForm',