From 6c979e554b3bffe8bf86cc581f8a821554131c33 Mon Sep 17 00:00:00 2001 From: 1bitbool <80573215+1bitbool@users.noreply.github.com> Date: Fri, 31 Mar 2023 22:43:14 +0800 Subject: Added ZH language support (#481) --- library/src/math/mod.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'library/src/math') 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 => "Уравнение", -- cgit v1.2.3