fix(i18n): fr - use apprecier
instead of aimer
+ add misisng trads (#956)
This commit is contained in:
parent
f04d7ac067
commit
24d43699bb
3 changed files with 26 additions and 15 deletions
|
@ -46,7 +46,7 @@ const handleShowCommit = () => {
|
|||
</template>
|
||||
</SettingsItem>
|
||||
|
||||
<SettingsItem text="Built time" :content="builtTime" />
|
||||
<SettingsItem :text="$t('nav.built_at')" :content="builtTime" />
|
||||
</template>
|
||||
|
||||
<div h-1px bg-border my2 />
|
||||
|
@ -81,7 +81,7 @@ const handleShowCommit = () => {
|
|||
|
||||
<template v-if="isHydrated">
|
||||
<p px5 py3 font-bold text-lg>
|
||||
Meet the team
|
||||
{{ $t('settings.about.meet_the_team') }}
|
||||
</p>
|
||||
<SettingsItem
|
||||
v-for="team in teams" :key="team.github"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue