diff options
| author | FlyinPancake <36113055+FlyinPancake@users.noreply.github.com> | 2023-09-25 13:52:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-25 13:52:26 +0200 |
| commit | 44bbfded5fb270a0b6c38b1d4dc8923dc44d7e7e (patch) | |
| tree | c895bbc0c11710bb4ad2b165cdbefe046ec3e75c /crates/typst-library/src/math | |
| parent | 04b4536772362e15de5ee3e88d05dbb066f85f37 (diff) | |
feat: inital Hungarian language support (#2229)
Diffstat (limited to 'crates/typst-library/src/math')
| -rw-r--r-- | crates/typst-library/src/math/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/typst-library/src/math/mod.rs b/crates/typst-library/src/math/mod.rs index df3beb7f..ee0a0dbf 100644 --- a/crates/typst-library/src/math/mod.rs +++ b/crates/typst-library/src/math/mod.rs @@ -326,6 +326,7 @@ impl LocalName for EquationElem { Lang::FINNISH => "Yhtälö", Lang::FRENCH => "Équation", Lang::GERMAN => "Gleichung", + Lang::HUNGARIAN => "Egyenlet", Lang::ITALIAN => "Equazione", Lang::NYNORSK => "Likning", Lang::POLISH => "Równanie", |
