summaryrefslogtreecommitdiff
path: root/library/src/layout/table.rs
diff options
context:
space:
mode:
authorichxorya <benghia1st@gmail.com>2023-04-11 19:04:13 +0700
committerGitHub <noreply@github.com>2023-04-11 14:04:13 +0200
commit31eb3b571e99d84bcd4630810888cadeced01e15 (patch)
tree07ebe9e328d87a4f89759e60c460bb12dbad2e2e /library/src/layout/table.rs
parent894a78a42676acb3d34b6af9e66c7f5fc1e72d8a (diff)
Add Vietnamese Translation (#684)
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 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",
}
}