diff options
| author | Radim Sückr <radim.suckr@gmail.com> | 2023-04-11 14:04:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-11 14:04:44 +0200 |
| commit | 6f625fc73cd17f1a1025e88022e67730fb11b5c4 (patch) | |
| tree | 504dec18a14dedff80f08c75374027baf0518bcc /library/src/layout | |
| parent | 904667861074785222749e4ffe4f9b51a23b5079 (diff) | |
Add Czech translation (#683)
Diffstat (limited to 'library/src/layout')
| -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 1e8626cc..acababb8 100644 --- a/library/src/layout/table.rs +++ b/library/src/layout/table.rs @@ -289,6 +289,7 @@ impl LocalName for TableElem { Lang::ARABIC => "جدول", Lang::BOKMÅL => "Tabell", Lang::CHINESE => "表", + Lang::CZECH => "Tabulka", Lang::FRENCH => "Tableau", Lang::GERMAN => "Tabelle", Lang::ITALIAN => "Tabella", |
