From 31eb3b571e99d84bcd4630810888cadeced01e15 Mon Sep 17 00:00:00 2001 From: ichxorya Date: Tue, 11 Apr 2023 19:04:13 +0700 Subject: Add Vietnamese Translation (#684) --- 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 ad6dc684..5ad3d3af 100644 --- a/library/src/layout/table.rs +++ b/library/src/layout/table.rs @@ -298,6 +298,7 @@ impl LocalName for TableElem { Lang::SLOVENIAN => "Tabela", Lang::SPANISH => "Tabla", Lang::UKRAINIAN => "Таблиця", + Lang::VIETNAMESE => "Bảng", Lang::ENGLISH | _ => "Table", } } -- cgit v1.2.3