i18n: s'appuyer sur le fichier fr.json pour l'edition du profil et la page de connexion

This commit is contained in:
jeremy bayse
2026-06-22 13:37:54 +02:00
parent 6d730a4363
commit 0987587a72
7 changed files with 52 additions and 33 deletions
+2 -2
View File
@@ -16,14 +16,14 @@ defineProps({
</script>
<template>
<Head title="Profil" />
<Head :title="__('Profile')" />
<AuthenticatedLayout>
<template #header>
<h2
class="text-xl font-semibold leading-tight text-gray-800 dark:text-gray-200"
>
Profil
{{ __('Profile') }}
</h2>
</template>