diff options
| author | Marco Radocchia <marco.radocchia@outlook.com> | 2023-03-29 19:34:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-29 19:34:18 +0200 |
| commit | 9737d3b754c871d7ca9c63790b5d4cefda07d6ff (patch) | |
| tree | 0613805a0a60d2aa71086fbcd191b5770cf4ab53 /library/src/math | |
| parent | 24e26b8c771f09965422cf7b0acde3d694811f7e (diff) | |
Added IT language support (#413)
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 286d189a..01d73a31 100644 --- a/library/src/math/mod.rs +++ b/library/src/math/mod.rs @@ -268,6 +268,7 @@ impl LocalName for EquationElem { fn local_name(&self, lang: Lang) -> &'static str { match lang { Lang::GERMAN => "Gleichung", + Lang::ITALIAN => "Equazione", Lang::ENGLISH | _ => "Equation", } } |
