Added support for Spanish

This commit is contained in:
Shiny Nematoda 2022-10-06 16:38:31 +02:00
parent 183ed3e9ea
commit c13e0f3cd9

View file

@ -12,6 +12,10 @@ export const SUPPORTED_LOCALES = [
code: 'en',
name: 'English',
},
{
code: 'es',
name: 'Español',
},
{
code: 'fr',
name: 'Français',