Skip to content

Commit

Permalink
feat(i18n): added greek translation (elk-zone#2831)
Browse files Browse the repository at this point in the history
Co-authored-by: TAKAHASHI Shuuji <[email protected]>
  • Loading branch information
trlef19 and shuuji3 authored May 11, 2024
1 parent 09b5dd6 commit 65557fa
Show file tree
Hide file tree
Showing 2 changed files with 751 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading

0 comments on commit 65557fa

Please sign in to comment.