fix(i18n): fr - use apprecier instead of aimer + add misisng trads (#956)

This commit is contained in:
Michel EDIGHOFFER 2023-01-11 16:14:49 +01:00 committed by GitHub
parent f04d7ac067
commit 24d43699bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 26 additions and 15 deletions

View file

@ -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"