diff options
| author | Olle Månsson <31876997+ollema@users.noreply.github.com> | 2023-05-29 20:07:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-29 20:07:27 +0200 |
| commit | eab267bef081e6058055715555156e119ce9c086 (patch) | |
| tree | 274e18eec13a128e3028a4012899f125602bd0d0 /library/src/text | |
| parent | 1e4dabb63adaa17afaf2ae625ec77d8e3d9d9193 (diff) | |
feat: Add Swedish (#1353)
Diffstat (limited to 'library/src/text')
| -rw-r--r-- | library/src/text/raw.rs | 1 |
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", |
