Skip to content

Commit

Permalink
Enable Polish language
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Apr 25, 2024
1 parent e804282 commit 7d393ba
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 @@ -62,7 +62,8 @@ export const supportedLangsAndLabels: Array<[AvailableLanguageTag, string]> = [
['de', 'Deutsch'],
['en', 'English'],
['fr', 'Français'],
['it', 'Italiano']
['it', 'Italiano'],
['pl', 'Polski']
];

const langKey = 'lang';
Expand Down

0 comments on commit 7d393ba

Please sign in to comment.