From 8f8af81c152b2791a0e67429a15af8dcd1e4b64a Mon Sep 17 00:00:00 2001 From: jycouet Date: Tue, 27 Jan 2026 18:21:22 +0100 Subject: [PATCH] feat(i18n): add `fr` support --- app/components/SettingsMenu.vue | 4 +- i18n/locales/fr.json | 496 ++++++++++++++++++++++++++++++++ nuxt.config.ts | 1 + 3 files changed, 500 insertions(+), 1 deletion(-) create mode 100644 i18n/locales/fr.json diff --git a/app/components/SettingsMenu.vue b/app/components/SettingsMenu.vue index 3936992678..62a31aece5 100644 --- a/app/components/SettingsMenu.vue +++ b/app/components/SettingsMenu.vue @@ -116,7 +116,9 @@ onKeyStroke(',', e => { :aria-checked="settings.includeTypesInInstall" @click="settings.includeTypesInInstall = !settings.includeTypesInInstall" > - {{ $t('settings.include_types') }} + {{ + $t('settings.include_types') + }}