summaryrefslogtreecommitdiff
path: root/library/src/layout/table.rs
diff options
context:
space:
mode:
authorLynn <lynn@foldr.moe>2023-05-29 12:23:51 +0200
committerGitHub <noreply@github.com>2023-05-29 12:23:51 +0200
commit1e4dabb63adaa17afaf2ae625ec77d8e3d9d9193 (patch)
tree684cf31bdbee21089ef5f040de867e4c093f9e34 /library/src/layout/table.rs
parent3eb1f31e904151f5bee6300ef8d9dba0bbcce4c5 (diff)
Add Dutch LocalNames (#1357)
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 fb4e4a3b..3c3c8fbd 100644
--- a/library/src/layout/table.rs
+++ b/library/src/layout/table.rs
@@ -305,6 +305,7 @@ impl LocalName for TableElem {
Lang::BOKMÅL => "Tabell",
Lang::CHINESE => "表",
Lang::CZECH => "Tabulka",
+ Lang::DUTCH => "Tabel",
Lang::FRENCH => "Tableau",
Lang::GERMAN => "Tabelle",
Lang::ITALIAN => "Tabella",