Feature: complete i18n support for manage func

This commit is contained in:
萌萌哒赫萝
2023-03-20 18:41:28 +08:00
parent 2b09217f55
commit a473e25469
11 changed files with 1323 additions and 317 deletions
+1
View File
@@ -37,6 +37,7 @@
<script lang="ts" setup>
import { RENAME_FILE_NAME } from '#/events/constants'
import { sendToMain } from '@/utils/dataSender'
import { T as $T } from '@/i18n/index'
import {
ipcRenderer,
IpcRendererEvent