From 494c4c575325a4ba7bcbeaea1e011622592ca84a Mon Sep 17 00:00:00 2001 From: Aaron3S Date: Tue, 18 Feb 2025 15:08:30 +0800 Subject: [PATCH] feat: add i18n --- src/components/Apps/UserConfirmDialog/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Apps/UserConfirmDialog/index.vue b/src/components/Apps/UserConfirmDialog/index.vue index 2ac0d5777..02e57f2ae 100644 --- a/src/components/Apps/UserConfirmDialog/index.vue +++ b/src/components/Apps/UserConfirmDialog/index.vue @@ -99,6 +99,7 @@ @click="handleFaceCapture" > 开始人脸识别 + {{ this.$tc('VerifyFace') }}