feat: 补全i18n适配 #57

Manually merged
remilia merged 8 commits from feat/i18n into master 2025-11-04 14:37:27 +08:00
14 changed files with 130 additions and 45 deletions
Showing only changes of commit 67a2b24e0b - Show all commits

View File

@ -7,7 +7,7 @@
<markdown-renderer :content="content.content || ''" />
</div>
<el-divider content-position="left">更多信息</el-divider>
<el-divider content-position="left">{{ $t('learn-more') }}</el-divider>
<div class="button-group">
<NuxtLink :to="$localePath('/support/contact-us')">
<el-card class="card-button">
@ -15,7 +15,7 @@
<ElIconService />
</el-icon>
<br />
联系信息
{{ $t('navigation.contact-info') }}
</el-card>
</NuxtLink>
</div>