diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-06 14:59:05 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-06 14:59:05 +0200 |
| commit | 1e5a100d6a1cec71fe173009bd2b754ca0b5bd3f (patch) | |
| tree | dafeda1a2f1de79a1fd65caf8d4d924eaf02c912 /library/src/math | |
| parent | cca85a572a2d42ec4a8807378522da67319e37a7 (diff) | |
Reorganize matches on languages
Diffstat (limited to 'library/src/math')
| -rw-r--r-- | library/src/math/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/math/mod.rs b/library/src/math/mod.rs index c5dd6b8c..ac9b4ecc 100644 --- a/library/src/math/mod.rs +++ b/library/src/math/mod.rs @@ -283,8 +283,8 @@ impl LocalName for EquationElem { Lang::POLISH => "Równanie", Lang::PORTUGUESE => "Equação", Lang::RUSSIAN => "Уравнение", - Lang::SPANISH => "Ecuación", Lang::SLOVENIAN => "Enačba", + Lang::SPANISH => "Ecuación", Lang::UKRAINIAN => "Рівняння", Lang::ENGLISH | _ => "Equation", } |
