Skip to content

Commit

Permalink
feat(i18n): add Italian translation (it) (#627)
Browse files Browse the repository at this point in the history
* feat(i18n): add Italian translation

---------

Co-authored-by: Nicola Elia <36515569+httpiga@users.noreply.github.com>
  • Loading branch information
theborakompanioni and httpiga committed Jul 3, 2023
1 parent 550a435 commit 068042f
Show file tree
Hide file tree
Showing 2 changed files with 616 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/i18n/languages.js
@@ -1,5 +1,6 @@
import en from './locales/en/translation.json'
import fr from './locales/fr/translation.json'
import it from './locales/it/translation.json'
import pt_BR from './locales/pt_BR/translation.json'
import zh_Hans from './locales/zh_Hans/translation.json'
import zh_Hant from './locales/zh_Hant/translation.json'
Expand All @@ -15,6 +16,11 @@ const languages = [
description: 'Français',
translation: fr,
},
{
key: 'it',
description: 'Italiano',
translation: it,
},
{
key: 'pt-BR',
description: 'Português (Brasil)',
Expand Down

0 comments on commit 068042f

Please sign in to comment.