Italian translation

This commit is contained in:
Simone Baptiste 2024-05-10 14:55:42 +02:00
parent 3c27c8949c
commit 17730f58af
2 changed files with 187 additions and 184 deletions

View file

@ -1,8 +1,11 @@
<script setup lang="ts">
import { it } from 'node:test';
const { availableLocales, locale } = useI18n();
const localesLong: Record<string, string> = {
en: 'English',
it: 'Italiano',
de: 'Deutsch',
es: 'Español',
fr: 'Français',