mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-25 17:26:15 -04:00
Italian translation
This commit is contained in:
parent
3c27c8949c
commit
17730f58af
2 changed files with 187 additions and 184 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue