From 6c979e554b3bffe8bf86cc581f8a821554131c33 Mon Sep 17 00:00:00 2001 From: 1bitbool <80573215+1bitbool@users.noreply.github.com> Date: Fri, 31 Mar 2023 22:43:14 +0800 Subject: Added ZH language support (#481) --- 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 d4238839..099b8378 100644 --- a/library/src/layout/table.rs +++ b/library/src/layout/table.rs @@ -283,6 +283,7 @@ impl> From> 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 => "Таблица", -- cgit v1.2.3