Update locale-selector.vue

This commit is contained in:
elibrody 2024-05-13 16:43:43 -05:00 committed by GitHub
parent 0b32ef94d3
commit cc136cf012
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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