Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/components/pages/about/AboutContent.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const { locale = 'zh' } = Astro.props;
const i18n = {
zh: {
atAGlance: 'At a Glance',
intro: '非典型二次元理工科男,自闭死宅,爱吃,爱听歌,爱打游戏,东京在住',
intro: '非典型二次元理工科男,自闭死宅,爱吃,爱听歌,爱打游戏',
spokenLanguages: 'Spoken Languages',
languages: '中文(母语) / 日语(JLPT N1) / 英语(CEFR B2)',
techStack: 'Tech Stack',
Expand Down Expand Up @@ -45,7 +45,7 @@ const i18n = {
},
ja: {
atAGlance: 'ひと目でわかる',
intro: '理系オタク。食べるのが好きで、音楽を聴くのもゲームをするのも好き。東京在住',
intro: '理系オタク。食べるのが好きで、音楽を聴くのもゲームをするのも好き。',
spokenLanguages: '言語',
languages: '中国語(母語) / 日本語(JLPT N1) / 英語(CEFR B2)',
techStack: '技術スタック',
Expand Down Expand Up @@ -77,7 +77,7 @@ const i18n = {
},
en: {
atAGlance: 'At a Glance',
intro: 'A not-so-typical nerdy otaku (STEM guy). Socially awkward, homebody, loves food, music, and gaming. Based in Tokyo.',
intro: 'A not-so-typical nerdy otaku (STEM guy). Socially awkward, homebody, loves food, music, and gaming.',
spokenLanguages: 'Spoken Languages',
languages: 'Chinese (Native) / Japanese (JLPT N1) / English (CEFR B2)',
techStack: 'Tech Stack',
Expand Down
Loading