mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-08 01:35:34 +05:30
feat: add internationalization support
This commit is contained in:
parent
3b702b260c
commit
f22bb8bd57
149 changed files with 2807 additions and 1045 deletions
|
|
@ -9,5 +9,10 @@ export const meta = defineTool('pdf', {
|
|||
icon: 'material-symbols-light:call-split-rounded',
|
||||
component: lazy(() => import('./index')),
|
||||
keywords: ['pdf', 'split', 'extract', 'pages', 'range', 'document'],
|
||||
path: 'split-pdf'
|
||||
path: 'split-pdf',
|
||||
i18n: {
|
||||
name: 'pdf.splitPdf.name',
|
||||
description: 'pdf.splitPdf.description',
|
||||
shortDescription: 'pdf.splitPdf.shortDescription'
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue