diff options
| author | Vid Drobnič <vid.drobnic@gmail.com> | 2023-04-06 14:52:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-06 14:52:25 +0200 |
| commit | a3055a7a7194e43331a863cd0b8b8d423ba538bd (patch) | |
| tree | 411d3e1e71b28f0a30a9263830c74132dc728a3a /library/src/math/mod.rs | |
| parent | 4f4af02acea0022a5c1966d9b7b4150b35749edd (diff) | |
add support for slovenian language (#621)
Diffstat (limited to 'library/src/math/mod.rs')
| -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 3747a1ee..f961e06b 100644 --- a/library/src/math/mod.rs +++ b/library/src/math/mod.rs @@ -281,6 +281,7 @@ impl LocalName for EquationElem { Lang::PORTUGUESE => "Equação", Lang::RUSSIAN => "Уравнение", Lang::SPANISH => "Ecuación", + Lang::SLOVENIAN => "Enačba", Lang::UKRAINIAN => "Рівняння", Lang::ENGLISH | _ => "Equation", } |
