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 be5ca12a..08370020 100644
--- a/library/src/math/mod.rs
+++ b/library/src/math/mod.rs
@@ -274,6 +274,7 @@ impl Count for EquationElem {
impl LocalName for EquationElem {
fn local_name(&self, lang: Lang) -> &'static str {
match lang {
+ Lang::ARABIC => "معادلة",
Lang::BOKMÅL => "Ligning",
Lang::CHINESE => "等式",
Lang::FRENCH => "Équation",