From 1952f4de6422719c4f75253472dd74f205a66f6c Mon Sep 17 00:00:00 2001 From: joyzhao Date: Fri, 9 Jan 2026 17:39:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(i18n):=20=E6=9B=B4=E6=96=B0=E7=BF=BB?= =?UTF-8?q?=E8=AF=91=E6=96=87=E6=9C=AC=EF=BC=8C=E5=B0=86=E2=80=9C=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E9=A1=B9=E7=9B=AE=E2=80=9D=E4=BF=AE=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E2=80=9C=E5=85=B3=E4=BA=8E=E6=88=91=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 5 ++++- src/i18n/translations.ts | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3043e03..16a8b55 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,7 @@ pnpm-debug.log* # jetbrains setting folder .idea/ -.trae/ \ No newline at end of file +.trae/ + +# deploy script +deploy.sh \ No newline at end of file diff --git a/src/i18n/translations.ts b/src/i18n/translations.ts index 93ff945..947fb47 100644 --- a/src/i18n/translations.ts +++ b/src/i18n/translations.ts @@ -20,7 +20,7 @@ export const translations = { }, hero: { greeting: "Hello, I'm", - viewProjects: 'View Projects', + viewProjects: 'About Me', contactMe: 'Contact Me', lookingForJob: 'Looking for a Frontend/TS Full-stack Engineer (Remote)? Contact me!', digitalNomad: 'Exploring the freelance journey, striving to become a digital nomad', @@ -77,7 +77,7 @@ export const translations = { }, hero: { greeting: '你好,我是', - viewProjects: '查看项目', + viewProjects: '关于我', contactMe: '联系我', lookingForJob: '正在寻找前端/TS 全栈工程师(远程)?联系我!', digitalNomad: '探索自由职业道路,努力成为数字游民',