feat(i18n): galician language contribution (#1417)

This commit is contained in:
ghose 2023-01-25 06:50:20 +01:00 committed by GitHub
parent 1d1f4bccca
commit 18af058e4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 536 additions and 0 deletions

View file

@ -167,6 +167,11 @@ const locales: LocaleObjectData[] = [
file: 'fi-FI.json',
name: 'Suomea',
},
{
code: 'gl-ES',
file: 'gl-ES.json',
name: 'Galego',
},
]
const buildLocales = () => {