Skip to content

Commit

Permalink
Enable Italian language
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Mar 26, 2024
1 parent 48340a6 commit 3aaeff4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/i18n.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ const availableLangs: Array<AvailableLanguageTag> = availableLanguageTags as unk
export const availableLangsAndLabels: Array<[AvailableLanguageTag, string]> = [
['de', 'Deutsch'],
['en', 'English'],
['fr', 'Français']
['fr', 'Français'],
['it', 'Italiano']
];

const langKey = 'lang';
Expand Down

0 comments on commit 3aaeff4

Please sign in to comment.