|
|
@@ -5,6 +5,7 @@ export const languages: LanguagesListItem[] = [
|
|
|
{ text: "Bengali", value: "bn" },
|
|
|
{ text: "Bosnian", value: "bs" },
|
|
|
{ text: "Bulgarian", value: "bg" },
|
|
|
+ { text: "Catalan", value: "ca" },
|
|
|
{ text: "Croatian", value: "hr" },
|
|
|
{ text: "Czech", value: "cs" },
|
|
|
{ text: "Danish", value: "da" },
|
|
|
@@ -20,7 +21,7 @@ export const languages: LanguagesListItem[] = [
|
|
|
{ text: "Italian", value: "it" },
|
|
|
{ text: "Japanese", value: "ja" },
|
|
|
{ text: "Korean", value: "ko" },
|
|
|
- { text: "Kurdish Sorani" },
|
|
|
+ { text: "Kurdish Sorani", value: "ku" },
|
|
|
{ text: "Norwegain", value: "no" },
|
|
|
{ text: "Persian", value: "fa" },
|
|
|
{ text: "Polish", value: "pl" },
|