feat(i18n): added greek translation (#2831)
Co-authored-by: TAKAHASHI Shuuji <shuuji3@gmail.com>
This commit is contained in:
parent
09b5dd6ac9
commit
65557fab5e
2 changed files with 751 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue