diff options
| author | Abdulmelik Bekmez <61517310+abdulmelikbekmez@users.noreply.github.com> | 2023-06-12 13:44:21 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-12 12:44:21 +0200 |
| commit | 6a7182fcf71d05e2bb32072a56715497a03f0314 (patch) | |
| tree | 725388157c5f7e7b6f3a4a3f8ef3669b14c4b7d7 /library/src/layout/table.rs | |
| parent | 7049a4563403e653f5c1f816da3dfd9025c6787a (diff) | |
Add translation for Turkish (#1466)
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 74370cb2..d863fd02 100644 --- a/library/src/layout/table.rs +++ b/library/src/layout/table.rs @@ -318,6 +318,7 @@ impl LocalName for TableElem { Lang::SLOVENIAN => "Tabela", Lang::SPANISH => "Tabla", Lang::SWEDISH => "Tabell", + Lang::TURKISH => "Tablo", Lang::UKRAINIAN => "Таблиця", Lang::VIETNAMESE => "Bảng", Lang::ENGLISH | _ => "Table", |
