Skip to content

Commit

Permalink
feat(i18n): Add Italian Localisation (elk-zone#2005)
Browse files Browse the repository at this point in the history
Co-authored-by: Joaquín Sánchez <[email protected]>
  • Loading branch information
katullo11 and userquin authored Apr 23, 2023
1 parent 6727e63 commit 21f57f1
Show file tree
Hide file tree
Showing 2 changed files with 635 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 @@ -194,6 +194,11 @@ const locales: LocaleObjectData[] = [
file: 'ko-KR.json',
name: '한국어',
},
{
code: 'it-IT',
file: 'it-IT.json',
name: 'Italiano',
},
]

function buildLocales() {
Expand Down
Loading

0 comments on commit 21f57f1

Please sign in to comment.