diff options
| author | sandal <sandalbanditten@tutanota.com> | 2023-05-30 10:13:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-30 10:13:01 +0200 |
| commit | b6b6666efdde33a3727955fb2254ba16a886e1d3 (patch) | |
| tree | 8c028a651343152c810246981045a4b170173996 /library/src/math | |
| parent | e4557f66399daa848ce1b7cf6cd74b3dd03e74e5 (diff) | |
Add Danish (#1365)
Diffstat (limited to 'library/src/math')
| -rw-r--r-- | library/src/math/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/math/mod.rs b/library/src/math/mod.rs index 037ef0ef..3ea96cfa 100644 --- a/library/src/math/mod.rs +++ b/library/src/math/mod.rs @@ -322,6 +322,7 @@ impl LocalName for EquationElem { Lang::CHINESE if option_eq(region, "TW") => "方程式", Lang::CHINESE => "等式", Lang::CZECH => "Rovnice", + Lang::DANISH => "Ligning", Lang::DUTCH => "Vergelijking", Lang::FRENCH => "Équation", Lang::GERMAN => "Gleichung", |
