fix: i18n & other optimizations

This commit is contained in:
meilin.huang
2024-11-23 17:23:18 +08:00
parent bffa9c2676
commit cda2963e1c
40 changed files with 400 additions and 324 deletions

View File

@@ -27,7 +27,7 @@ export function useI18nPleaseSelect(labelI18nKey: string) {
* @returns
*/
export async function useI18nDeleteConfirm(name: string = '') {
return useI18nConfirm('common.deleteConfirm', { name });
return useI18nConfirm('common.deleteConfirm2', { name });
}
/**