summaryrefslogtreecommitdiff
path: root/library/src/math
diff options
context:
space:
mode:
authorLynn <lynn@foldr.moe>2023-05-29 12:23:51 +0200
committerGitHub <noreply@github.com>2023-05-29 12:23:51 +0200
commit1e4dabb63adaa17afaf2ae625ec77d8e3d9d9193 (patch)
tree684cf31bdbee21089ef5f040de867e4c093f9e34 /library/src/math
parent3eb1f31e904151f5bee6300ef8d9dba0bbcce4c5 (diff)
Add Dutch LocalNames (#1357)
Diffstat (limited to 'library/src/math')
-rw-r--r--library/src/math/mod.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/math/mod.rs b/library/src/math/mod.rs
index 3a067c1b..e28d0201 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::DUTCH => "Vergelijking",
Lang::FRENCH => "Équation",
Lang::GERMAN => "Gleichung",
Lang::ITALIAN => "Equazione",