Add Swedish to the picker

This commit is contained in:
Lipis 2020-09-13 20:30:28 +03:00 committed by GitHub
parent fbc4c70ed8
commit 7d7ce04e9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" }]