summaryrefslogtreecommitdiff
path: root/library/src/math
diff options
context:
space:
mode:
authorAbdul Rahman Sibahi <asibahi@users.noreply.github.com>2023-04-11 15:04:29 +0300
committerGitHub <noreply@github.com>2023-04-11 14:04:29 +0200
commit904667861074785222749e4ffe4f9b51a23b5079 (patch)
tree03bde7c82e8c3c4a20c463905cd413c57c15398c /library/src/math
parent31eb3b571e99d84bcd4630810888cadeced01e15 (diff)
Added Arabic translations (#688)
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",