add Swedish(sv) locale support (#2246)

This commit is contained in:
Oliver
2025-10-21 16:48:47 +02:00
committed by GitHub
parent ffe8c3402f
commit 8567cd8a77
2 changed files with 45 additions and 1 deletions

View File

@@ -171,6 +171,7 @@ impl Language {
"sn" => Language::Shona,
"ak" => Language::Akan,
"ca" => Language::Catalan,
"sv" => Language::Swedish,
)
.copied()
}