mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-04 12:23:31 +00:00
fix(i18n): name Swedish in translation prompts
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user