Skip to content

Commit

Permalink
Add italian to language selector #115
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricve committed Oct 22, 2023
1 parent 580f170 commit 38247ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/LanguageSelect/LanguageSelect.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const LanguageSelect = () => {
fr: { label: 'Francais', dir: 'ltr', active: false },
pl: { label: 'Polski', dir: 'ltr', active: false },
de: { label: 'Deutsch', dir: 'ltr', active: false },
it: { label: 'Italiano', dir: 'ltr', active: false },
pt: { label: 'Português', dir: 'ltr', active: false },
es: { label: 'Español', dir: 'ltr', active: false },
ja: { label: '日本', dir: 'rlt', active: false },
Expand Down

0 comments on commit 38247ac

Please sign in to comment.