Skip to content

Commit

Permalink
Add italian language option to login page (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
fccapria authored Aug 31, 2023
1 parent 0c5c762 commit c750f6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/LoginPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,7 @@ const LoginPage = ({ theme }) => {
<MenuItem value="de">Deutsch</MenuItem>
<MenuItem value="en">English</MenuItem>
<MenuItem value="fr">Français</MenuItem>
<MenuItem value="it">Italiano</MenuItem>
<MenuItem value="zh">简体中文</MenuItem>
</Select>
</div>
Expand Down

0 comments on commit c750f6b

Please sign in to comment.