summaryrefslogtreecommitdiff
path: root/library/src/math
diff options
context:
space:
mode:
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 14973dae..467f91ff 100644
--- a/library/src/math/mod.rs
+++ b/library/src/math/mod.rs
@@ -267,6 +267,7 @@ impl Count for EquationElem {
impl LocalName for EquationElem {
fn local_name(&self, lang: Lang) -> &'static str {
match lang {
+ Lang::FRENCH => "Équation",
Lang::CHINESE => "等式",
Lang::GERMAN => "Gleichung",
Lang::ITALIAN => "Equazione",