Skip to content

Commit

Permalink
add Finnish and Czech options
Browse files Browse the repository at this point in the history
  • Loading branch information
ImUrX committed Feb 9, 2023
1 parent d3a4307 commit 7f61067
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions gui/src/i18n/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ export const langs = [
},
{
name: '🇨🇿 Čeština',
key: 'cz',
key: 'cs',
},
{
name: '🇩🇪 Deutsch',
key: 'de',
},
{
name: '🇺🇸 English',
Expand All @@ -37,8 +41,8 @@ export const langs = [
key: 'et',
},
{
name: '🇩🇪 Deutsch',
key: 'de',
name: '🇫🇮 Suomi',
key: 'fi',
},
{
name: '🇫🇷 Français',
Expand Down

0 comments on commit 7f61067

Please sign in to comment.