1
0
Fork 0
mirror of https://github.com/elk-zone/elk.git synced 2025-05-08 08:15:07 +03:00

i18n: doing more

This commit is contained in:
Anthony Fu 2022-11-29 15:18:28 +08:00
parent 00ae9d0b6c
commit ea73107c23
9 changed files with 82 additions and 51 deletions
components/nav

View file

@ -14,6 +14,6 @@
</template>
</VDropdown>
<button v-else btn-solid text-sm px-2 py-1 text-center @click="openSigninDialog()">
Sign in
{{ $t('action.sign_in') }}
</button>
</template>