From 35619666356372669e47ceb78133a3676b4323b5 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Tue, 24 Jan 2023 19:48:06 +0300 Subject: [PATCH] feat: Add links to contributor chats --- i18n/en.toml | 6 ++++++ i18n/ru.toml | 6 ++++++ layouts/partials/footer.html | 2 ++ 3 files changed, 14 insertions(+) diff --git a/i18n/en.toml b/i18n/en.toml index 9127e7f..f32dd2c 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -34,6 +34,12 @@ other = "Developer wiki" [footer_test_nightly] other = "Test nightly builds" +[footer_matrix_contributor_chat] +other = "Matrix contributor chat" + +[footer_telegram_contributor_chat] +other = "Telegram contributor chat" + [footer_download] other = "Download the app" diff --git a/i18n/ru.toml b/i18n/ru.toml index 26e2230..84bdf02 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -34,6 +34,12 @@ other = "Wiki разработчиков" [footer_test_nightly] other = "Тестировать ночные сборки" +[footer_matrix_contributor_chat] +other = "Чат контрибьюторов в Matrix" + +[footer_telegram_contributor_chat] +other = "Чат контрибьюторов в Telegram" + [footer_download] other = "Скачать приложение" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 0d2ddcc..ef00a7e 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -36,6 +36,8 @@
  • {{ T "footer_translate" }}
  • {{ T "footer_dev_wiki" }}
  • {{ T "footer_test_nightly" }}
  • +
  • {{ T "footer_matrix_contributor_chat" }}
  • +
  • {{ T "footer_telegram_contributor_chat" }}