Skip to content

Commit

Permalink
Add Swedish to the picker
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis authored Sep 13, 2020
1 parent fbc4c70 commit 7d7ce04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const allLanguages: Language[] = [
{ lng: "vi-VN", label: "Tiếng Việt" },
{ lng: "ro-RO", label: "Română" },
{ lng: "ne-NP", label: "नेपाली" },
{ lng: "sv-SE", label: "Svenska" },
];

export const languages: Language[] = [{ lng: "en", label: "English" }]
Expand Down

0 comments on commit 7d7ce04

Please sign in to comment.