summaryrefslogtreecommitdiff
path: root/library/src/text
diff options
context:
space:
mode:
authorOlle Månsson <31876997+ollema@users.noreply.github.com>2023-05-29 20:07:27 +0200
committerGitHub <noreply@github.com>2023-05-29 20:07:27 +0200
commiteab267bef081e6058055715555156e119ce9c086 (patch)
tree274e18eec13a128e3028a4012899f125602bd0d0 /library/src/text
parent1e4dabb63adaa17afaf2ae625ec77d8e3d9d9193 (diff)
feat: Add Swedish (#1353)
Diffstat (limited to 'library/src/text')
-rw-r--r--library/src/text/raw.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/text/raw.rs b/library/src/text/raw.rs
index 36c86165..f781d3b0 100644
--- a/library/src/text/raw.rs
+++ b/library/src/text/raw.rs
@@ -238,6 +238,7 @@ impl LocalName for RawElem {
Lang::POLISH => "Program",
Lang::RUSSIAN => "Листинг",
Lang::SLOVENIAN => "Program",
+ Lang::SWEDISH => "Listing",
Lang::UKRAINIAN => "Лістинг",
Lang::VIETNAMESE => "Chương trình", // TODO: This may be wrong.
Lang::ENGLISH | _ => "Listing",