summaryrefslogtreecommitdiff
path: root/library/src/layout/table.rs
diff options
context:
space:
mode:
authorDaniil Berezin <fruuungl@gmail.com>2023-03-31 13:52:40 +0300
committerGitHub <noreply@github.com>2023-03-31 12:52:40 +0200
commit00f11ae56d6d20b92a8c6ad6f2245c3ad3e94d86 (patch)
treebab17d874ef13cbfd3d56a466dbfcf1ff185ac72 /library/src/layout/table.rs
parent9414d56f97c5be71d9c37abb0fd1632a76bde995 (diff)
Added RU language support (#467)
Diffstat (limited to 'library/src/layout/table.rs')
-rw-r--r--library/src/layout/table.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/library/src/layout/table.rs b/library/src/layout/table.rs
index 6bade9da..3b1f7247 100644
--- a/library/src/layout/table.rs
+++ b/library/src/layout/table.rs
@@ -285,6 +285,7 @@ impl LocalName for TableElem {
match lang {
Lang::GERMAN => "Tabelle",
Lang::ITALIAN => "Tabella",
+ Lang::RUSSIAN => "Таблица",
Lang::ENGLISH | _ => "Table",
}
}