Skip to content

Commit

Permalink
update: order language labels
Browse files Browse the repository at this point in the history
  • Loading branch information
fperera123 committed Sep 11, 2024
1 parent 2fd4792 commit 274d456
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/renderer/config/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ const countries: DropdownConfigType[] = [
]

const languages: DropdownConfigType[] = [
{ value: 'bs', label: 'Bosnian' },
{ value: 'cs', label: 'Czech' },
{ value: 'de', label: 'German' },
{ value: 'el', label: 'Greek' },
{ value: 'en', label: 'English' },
{ value: 'si', label: 'Sinhala' },
{ value: 'no', label: 'Norwegian' },
{ value: 'es', label: 'Spanish' },
{ value: 'cs', label: 'Czech' },
{ value: 'ru', label: 'Russian' },
{ value: 'bs', label: 'Bosnian' },
{ value: 'el', label: 'Greek' },
{ value: 'si', label: 'Sinhala' },
{ value: 'es', label: 'Spanish' }
]

const themes: DropdownConfigType[] = [
Expand Down

0 comments on commit 274d456

Please sign in to comment.