feat(i18n): added greek translation (#2831)

Co-authored-by: TAKAHASHI Shuuji <shuuji3@gmail.com>
This commit is contained in:
Lefteris T 2024-05-11 18:26:21 +03:00 committed by GitHub
parent 09b5dd6ac9
commit 65557fab5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 751 additions and 0 deletions

View file

@ -114,6 +114,11 @@ const locales: LocaleObjectData[] = [
file: 'ca.json',
name: 'Català',
},
{
code: 'el-GR',
file: 'el-GR.json',
name: 'Ελληνικά',
},
{
code: 'de-DE',
file: 'de-DE.json',