summaryrefslogtreecommitdiff
path: root/library/src/layout
diff options
context:
space:
mode:
Diffstat (limited to 'library/src/layout')
-rw-r--r--library/src/layout/table.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/layout/table.rs b/library/src/layout/table.rs
index d4238839..099b8378 100644
--- a/library/src/layout/table.rs
+++ b/library/src/layout/table.rs
@@ -283,6 +283,7 @@ impl<T: Into<Value>> From<Celled<T>> for Value {
impl LocalName for TableElem {
fn local_name(&self, lang: Lang) -> &'static str {
match lang {
+ Lang::CHINESE => "表",
Lang::GERMAN => "Tabelle",
Lang::ITALIAN => "Tabella",
Lang::RUSSIAN => "Таблица",