From a883ceed8d74cd63c5717d916fdc76a56d2bf1c3 Mon Sep 17 00:00:00 2001 From: Ken <34059898+thehydrogen@users.noreply.github.com> Date: Mon, 12 Jun 2023 12:46:59 +0200 Subject: feat: add albanian translations (#1454) --- library/src/layout/table.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'library/src/layout') diff --git a/library/src/layout/table.rs b/library/src/layout/table.rs index d863fd02..44f18586 100644 --- a/library/src/layout/table.rs +++ b/library/src/layout/table.rs @@ -302,6 +302,7 @@ impl FromValue for Celled { impl LocalName for TableElem { fn local_name(&self, lang: Lang, _: Option) -> &'static str { match lang { + Lang::ALBANIAN => "Tabel", Lang::ARABIC => "جدول", Lang::BOKMÅL => "Tabell", Lang::CHINESE => "表", -- cgit v1.2.3