Explorar el Código

Add Swedish to the picker

Lipis hace 4 años
padre
commit
7d7ce04e9b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/i18n.ts

+ 1 - 0
src/i18n.ts

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