diff options
| author | Ken <34059898+thehydrogen@users.noreply.github.com> | 2023-06-12 12:46:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-12 12:46:59 +0200 |
| commit | a883ceed8d74cd63c5717d916fdc76a56d2bf1c3 (patch) | |
| tree | 51ecbdd780190388547e9c2213fcb32cfd921f03 /library/src/text/raw.rs | |
| parent | 3284e7fac7c695e42fd2c666befd92742cac96be (diff) | |
feat: add albanian translations (#1454)
Diffstat (limited to 'library/src/text/raw.rs')
| -rw-r--r-- | library/src/text/raw.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/text/raw.rs b/library/src/text/raw.rs index fd6636e7..b6a71b0f 100644 --- a/library/src/text/raw.rs +++ b/library/src/text/raw.rs @@ -229,6 +229,7 @@ impl Finalize for RawElem { impl LocalName for RawElem { fn local_name(&self, lang: Lang, _: Option<Region>) -> &'static str { match lang { + Lang::ALBANIAN => "List", Lang::ARABIC => "قائمة", Lang::BOKMÅL => "Utskrift", Lang::CHINESE => "代码", |
