fix(i18n): name Swedish in translation prompts

This commit is contained in:
Vincent Koc
2026-07-01 01:41:06 -07:00
committed by Vincent Koc
parent 8bc40fc8de
commit 70ef7ee2c8

View File

@@ -282,6 +282,8 @@ function prettyLanguageLabel(locale: string): string {
return "Persian";
case "ru":
return "Russian";
case "sv":
return "Swedish";
case "de":
return "German";
case "es":