diff options
| author | Kivi Kaitaniemi <windore.me@proton.me> | 2023-08-25 15:32:11 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-25 14:32:11 +0200 |
| commit | 139328bb956c057a3887c5f4d2bcad40de05d6d7 (patch) | |
| tree | 9a5eb64da419b279ed3880328aa769703a98068d /crates/typst-library/src/math | |
| parent | 22b5959608704ddd5f081b710944390773002158 (diff) | |
Add Finnish translations (#1996)
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 f10850cf..1f87ff81 100644 --- a/crates/typst-library/src/math/mod.rs +++ b/crates/typst-library/src/math/mod.rs @@ -327,6 +327,7 @@ impl LocalName for EquationElem { Lang::DANISH => "Ligning", Lang::DUTCH => "Vergelijking", Lang::FILIPINO => "Ekwasyon", + Lang::FINNISH => "Yhtälö", Lang::FRENCH => "Équation", Lang::GERMAN => "Gleichung", Lang::ITALIAN => "Equazione", |
