Files
dragonroll/frontend/i18n/locales.ts
BinarySandia04 76bb9fbb30
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 36s
A lot of progress
2026-04-28 00:20:15 +02:00

17 lines
226 B
TypeScript
Raw Permalink Blame History

export const locales = [
{
code: 'en',
name: 'English',
flag: '🇬🇧'
},
{
code: 'es',
name: 'Español',
flag: '🇪🇸'
},
{
code: 'ca',
name: 'Català',
flag: '<27>🇸'
}
]