feat(i18n): add Euskara/Basque localisation (#1779)
This commit is contained in:
parent
aeba239964
commit
75ca138c6e
2 changed files with 598 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue