fix: Change key name and translation

This commit is contained in:
Rewrite0
2023-06-14 21:09:09 +08:00
parent b8ba486cfe
commit 9381a2a973
16 changed files with 118 additions and 118 deletions

View File

@@ -39,7 +39,7 @@ definePage({
</ab-container>
<div grow w-500px space-y-20px>
<ab-container :title="$t('log.contactinfo')">
<ab-container :title="$t('log.contact_info')">
<div space-y-12px>
<ab-label label="Github">
<ab-button
@@ -85,7 +85,7 @@ definePage({
</div>
</ab-container>
<ab-container :title="$t('log.bugrepo')">
<ab-container :title="$t('log.bug_repo')">
<div space-y-12px>
<ab-button
mx-auto

View File

@@ -33,7 +33,7 @@ definePage({
<div flex="~ justify-end">
<ab-button size="small" @click="login">{{
$t('login.loginbtn')
$t('login.login_btn')
}}</ab-button>
</div>
</div>