diff options
| author | Lynn <lynn@foldr.moe> | 2023-05-29 12:23:51 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-29 12:23:51 +0200 |
| commit | 1e4dabb63adaa17afaf2ae625ec77d8e3d9d9193 (patch) | |
| tree | 684cf31bdbee21089ef5f040de867e4c093f9e34 /library/src/layout/table.rs | |
| parent | 3eb1f31e904151f5bee6300ef8d9dba0bbcce4c5 (diff) | |
Add Dutch LocalNames (#1357)
Diffstat (limited to 'library/src/layout/table.rs')
| -rw-r--r-- | library/src/layout/table.rs | 1 |
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", |
