mirror of
https://codeberg.org/Hyperpipe/Hyperpipe
synced 2025-06-27 20:58:01 +02:00
Added support for Spanish
This commit is contained in:
parent
183ed3e9ea
commit
c13e0f3cd9
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ export const SUPPORTED_LOCALES = [
|
||||||
code: 'en',
|
code: 'en',
|
||||||
name: 'English',
|
name: 'English',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
code: 'es',
|
||||||
|
name: 'Español',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
code: 'fr',
|
code: 'fr',
|
||||||
name: 'Français',
|
name: 'Français',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue