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/math | |
| parent | 1e4dabb63adaa17afaf2ae625ec77d8e3d9d9193 (diff) | |
feat: Add Swedish (#1353)
Diffstat (limited to 'library/src/math')
| -rw-r--r-- | library/src/math/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/math/mod.rs b/library/src/math/mod.rs index e28d0201..037ef0ef 100644 --- a/library/src/math/mod.rs +++ b/library/src/math/mod.rs @@ -332,6 +332,7 @@ impl LocalName for EquationElem { Lang::RUSSIAN => "Уравнение", Lang::SLOVENIAN => "Enačba", Lang::SPANISH => "Ecuación", + Lang::SWEDISH => "Ekvation", Lang::UKRAINIAN => "Рівняння", Lang::VIETNAMESE => "Phương trình", Lang::ENGLISH | _ => "Equation", |
