diff options
Diffstat (limited to 'library/src/layout/table.rs')
| -rw-r--r-- | library/src/layout/table.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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<T: FromValue> FromValue for Celled<T> { impl LocalName for TableElem { fn local_name(&self, lang: Lang, _: Option<Region>) -> &'static str { match lang { + Lang::ALBANIAN => "Tabel", Lang::ARABIC => "جدول", Lang::BOKMÅL => "Tabell", Lang::CHINESE => "表", |
