diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-04-06 14:59:05 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-04-06 14:59:05 +0200 |
| commit | 1e5a100d6a1cec71fe173009bd2b754ca0b5bd3f (patch) | |
| tree | dafeda1a2f1de79a1fd65caf8d4d924eaf02c912 /library/src/layout/table.rs | |
| parent | cca85a572a2d42ec4a8807378522da67319e37a7 (diff) | |
Reorganize matches on languages
Diffstat (limited to 'library/src/layout/table.rs')
| -rw-r--r-- | library/src/layout/table.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/src/layout/table.rs b/library/src/layout/table.rs index 99418bdf..ad6dc684 100644 --- a/library/src/layout/table.rs +++ b/library/src/layout/table.rs @@ -292,11 +292,11 @@ impl LocalName for TableElem { Lang::GERMAN => "Tabelle", Lang::ITALIAN => "Tabella", Lang::NYNORSK => "Tabell", + Lang::POLISH => "Tabela", Lang::PORTUGUESE => "Tabela", - Lang::POLISH | Lang::PORTUGUESE => "Tabela", Lang::RUSSIAN => "Таблица", - Lang::SPANISH => "Tabla", Lang::SLOVENIAN => "Tabela", + Lang::SPANISH => "Tabla", Lang::UKRAINIAN => "Таблиця", Lang::ENGLISH | _ => "Table", } |
