summaryrefslogtreecommitdiff
path: root/library/src/math
diff options
context:
space:
mode:
authorKen <34059898+thehydrogen@users.noreply.github.com>2023-06-12 12:46:59 +0200
committerGitHub <noreply@github.com>2023-06-12 12:46:59 +0200
commita883ceed8d74cd63c5717d916fdc76a56d2bf1c3 (patch)
tree51ecbdd780190388547e9c2213fcb32cfd921f03 /library/src/math
parent3284e7fac7c695e42fd2c666befd92742cac96be (diff)
feat: add albanian translations (#1454)
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 6473fc91..ff165a4f 100644
--- a/library/src/math/mod.rs
+++ b/library/src/math/mod.rs
@@ -315,6 +315,7 @@ impl Count for EquationElem {
impl LocalName for EquationElem {
fn local_name(&self, lang: Lang, region: Option<Region>) -> &'static str {
match lang {
+ Lang::ALBANIAN => "Ekuacion",
Lang::ARABIC => "معادلة",
Lang::BOKMÅL => "Ligning",
Lang::CHINESE if option_eq(region, "TW") => "方程式",