summaryrefslogtreecommitdiff
path: root/library/src/layout/table.rs
diff options
context:
space:
mode:
author1bitbool <80573215+1bitbool@users.noreply.github.com>2023-03-31 22:43:14 +0800
committerGitHub <noreply@github.com>2023-03-31 16:43:14 +0200
commit6c979e554b3bffe8bf86cc581f8a821554131c33 (patch)
tree2dbec0c77a258e56de11cfcd73d71fcc74354e65 /library/src/layout/table.rs
parent5f97e0a77348d4fb1c89a9adf671647f1fa86dc3 (diff)
Added ZH language support (#481)
Diffstat (limited to 'library/src/layout/table.rs')
-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 => "Таблица",