diff options
| author | Kingfree <kingfree@toyama.moe> | 2023-08-20 18:09:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-20 12:09:16 +0200 |
| commit | 287556bc14f7e392ead11f7927536a0e24488936 (patch) | |
| tree | e5834df20f1e9baa9259864a05bfa4c4fe1e9a3d /crates/typst-library/src/math/mod.rs | |
| parent | 3ab179ebd3157107bd650e3abc4e644fc183f79b (diff) | |
Local names for Chinese and Traditional Chinese (#1919)
Diffstat (limited to 'crates/typst-library/src/math/mod.rs')
| -rw-r--r-- | crates/typst-library/src/math/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/math/mod.rs b/crates/typst-library/src/math/mod.rs index 1b5c27f8..a2302785 100644 --- a/crates/typst-library/src/math/mod.rs +++ b/crates/typst-library/src/math/mod.rs @@ -324,7 +324,7 @@ impl LocalName for EquationElem { Lang::ARABIC => "معادلة", Lang::BOKMÅL => "Ligning", Lang::CHINESE if option_eq(region, "TW") => "方程式", - Lang::CHINESE => "等式", + Lang::CHINESE => "公式", Lang::CZECH => "Rovnice", Lang::DANISH => "Ligning", Lang::DUTCH => "Vergelijking", |
