diff options
| author | 1bitbool <80573215+1bitbool@users.noreply.github.com> | 2023-03-31 22:43:14 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-31 16:43:14 +0200 |
| commit | 6c979e554b3bffe8bf86cc581f8a821554131c33 (patch) | |
| tree | 2dbec0c77a258e56de11cfcd73d71fcc74354e65 /library/src/math/mod.rs | |
| parent | 5f97e0a77348d4fb1c89a9adf671647f1fa86dc3 (diff) | |
Added ZH language support (#481)
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 7163f08d..14973dae 100644 --- a/library/src/math/mod.rs +++ b/library/src/math/mod.rs @@ -267,6 +267,7 @@ impl Count for EquationElem { impl LocalName for EquationElem { fn local_name(&self, lang: Lang) -> &'static str { match lang { + Lang::CHINESE => "等式", Lang::GERMAN => "Gleichung", Lang::ITALIAN => "Equazione", Lang::RUSSIAN => "Уравнение", |
