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 bc08cf0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gui/src/i18n/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const langs = [
},
{
name: '🇨🇿 Čeština',
key: 'cz',
key: 'cs',
},
{
name: '🇺🇸 English',
Expand All @@ -36,6 +36,10 @@ export const langs = [
name: '🇪🇪 Eesti',
key: 'et',
},
{
name: '🇫🇮 Suomi',
key: 'fi',
},
{
name: '🇩🇪 Deutsch',
key: 'de',
Expand Down

0 comments on commit bc08cf0

Please sign in to comment.