feat(i18n): add Euskara/Basque localisation (#1779)

This commit is contained in:
Xabi 2023-02-18 16:40:28 +01:00 committed by GitHub
parent aeba239964
commit 75ca138c6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 598 additions and 0 deletions

View file

@ -104,6 +104,11 @@ const locales: LocaleObjectData[] = [
file: 'es.json',
name: 'Español',
},
{
code: 'eu-ES',
file: 'eu-ES.json',
name: 'Euskara',
},
{
code: 'fr-FR',
file: 'fr-FR.json',