diff options
| author | felipeacsi <felipeacsi@gmail.com> | 2023-04-05 06:17:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-05 12:17:07 +0200 |
| commit | df7160f5b2f4e656d8b21dc3aad02106d577c63d (patch) | |
| tree | 83116f3a206e4a9cbdda4c64a44bb70f69761915 /library/src/layout/table.rs | |
| parent | 69ba8884f7f697c3c3824e695d948eb293debec5 (diff) | |
Spanish support (#548)
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 f04de3dd..095871b7 100644 --- a/library/src/layout/table.rs +++ b/library/src/layout/table.rs @@ -292,6 +292,7 @@ impl LocalName for TableElem { Lang::ITALIAN => "Tabella", Lang::PORTUGUESE => "Tabela", Lang::RUSSIAN => "Таблица", + Lang::SPANISH => "Tabla", Lang::UKRAINIAN => "Таблиця", Lang::ENGLISH | _ => "Table", } |
