Adding 'PDF Workflow Builder' and 'Bates Numbering' to toolTranslationKeys
This commit is contained in:
@@ -138,6 +138,7 @@ const init = async () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const toolTranslationKeys: Record<string, string> = {
|
const toolTranslationKeys: Record<string, string> = {
|
||||||
|
'PDF Workflow Builder': 'tools:pdfWorkflow',
|
||||||
'PDF Multi Tool': 'tools:pdfMultiTool',
|
'PDF Multi Tool': 'tools:pdfMultiTool',
|
||||||
'Merge PDF': 'tools:mergePdf',
|
'Merge PDF': 'tools:mergePdf',
|
||||||
'Split PDF': 'tools:splitPdf',
|
'Split PDF': 'tools:splitPdf',
|
||||||
@@ -158,6 +159,7 @@ const init = async () => {
|
|||||||
'Background Color': 'tools:backgroundColor',
|
'Background Color': 'tools:backgroundColor',
|
||||||
'Change Text Color': 'tools:changeTextColor',
|
'Change Text Color': 'tools:changeTextColor',
|
||||||
'Add Stamps': 'tools:addStamps',
|
'Add Stamps': 'tools:addStamps',
|
||||||
|
'Bates Numbering': 'tools:batesNumbering',
|
||||||
'Remove Annotations': 'tools:removeAnnotations',
|
'Remove Annotations': 'tools:removeAnnotations',
|
||||||
'PDF Form Filler': 'tools:pdfFormFiller',
|
'PDF Form Filler': 'tools:pdfFormFiller',
|
||||||
'Create PDF Form': 'tools:createPdfForm',
|
'Create PDF Form': 'tools:createPdfForm',
|
||||||
|
|||||||
Reference in New Issue
Block a user