Skip to content

Commit 8f8af81

Browse files
committed
feat(i18n): add fr support
1 parent 0d28eb4 commit 8f8af81

3 files changed

Lines changed: 500 additions & 1 deletion

File tree

app/components/SettingsMenu.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ onKeyStroke(',', e => {
116116
:aria-checked="settings.includeTypesInInstall"
117117
@click="settings.includeTypesInInstall = !settings.includeTypesInInstall"
118118
>
119-
<span class="text-sm text-fg select-none">{{ $t('settings.include_types') }}</span>
119+
<span class="text-sm text-fg select-none text-left">{{
120+
$t('settings.include_types')
121+
}}</span>
120122
<span
121123
class="relative inline-flex h-5 w-9 shrink-0 items-center rounded-full border-2 border-transparent transition-[background-color] duration-200 ease-in-out motion-reduce:transition-none"
122124
:class="settings.includeTypesInInstall ? 'bg-fg' : 'bg-bg-subtle'"

0 commit comments

Comments
 (0)