diff options
| author | DVDTSB <66365801+DVDTSB@users.noreply.github.com> | 2023-09-28 12:15:45 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-28 11:15:45 +0200 |
| commit | e84cd13ce7c83e876c1fb55e4d452fc83767050d (patch) | |
| tree | 8800831dcfbbb18305c32603f9bc4bb583faa6d1 /crates/typst-library/src/math/mod.rs | |
| parent | 553da642bdf6f0d360b1d57841fd78bd0dc873b6 (diff) | |
initial Romanian support (#2246)
Diffstat (limited to 'crates/typst-library/src/math/mod.rs')
| -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 ee0a0dbf..26ab10c6 100644 --- a/crates/typst-library/src/math/mod.rs +++ b/crates/typst-library/src/math/mod.rs @@ -331,6 +331,7 @@ impl LocalName for EquationElem { Lang::NYNORSK => "Likning", Lang::POLISH => "Równanie", Lang::PORTUGUESE => "Equação", + Lang::ROMANIAN => "Ecuația", Lang::RUSSIAN => "Уравнение", Lang::SLOVENIAN => "Enačba", Lang::SPANISH => "Ecuación", |
