Update locale-selector.vue

This commit is contained in:
steffenrapp 2024-03-31 19:38:50 +02:00 committed by GitHub
parent 770ed4b9d3
commit 9d458a0402
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
const { availableLocales, locale } = useI18n();
const localesLong: Record<string, string> = {
de: 'Deutsch',
en: 'English',
es: 'Español',
fr: 'Français',