diff options
| author | Sébastien d'Herbais de Thun <sebastien.d.herbais@gmail.com> | 2023-03-31 19:56:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-31 19:56:41 +0200 |
| commit | cc67e5309994eefd1bd1c892f040ec7912052a4b (patch) | |
| tree | 7d27616bd54cfdd431060fd34e89fab95bd3f8d8 /library/src/layout | |
| parent | 631ba40e57b4f121fe9335f334a76dd9c81de088 (diff) | |
Added FR language support (#483)
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 099b8378..e22ccff1 100644 --- a/library/src/layout/table.rs +++ b/library/src/layout/table.rs @@ -283,6 +283,7 @@ impl<T: Into<Value>> From<Celled<T>> for Value { impl LocalName for TableElem { fn local_name(&self, lang: Lang) -> &'static str { match lang { + Lang::FRENCH => "Tableau", Lang::CHINESE => "表", Lang::GERMAN => "Tabelle", Lang::ITALIAN => "Tabella", |
