From 1e4dabb63adaa17afaf2ae625ec77d8e3d9d9193 Mon Sep 17 00:00:00 2001 From: Lynn Date: Mon, 29 May 2023 12:23:51 +0200 Subject: Add Dutch LocalNames (#1357) --- 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 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", -- cgit v1.2.3