From 43caca82d02b76e7a4a347265ccb456d42e29abd Mon Sep 17 00:00:00 2001 From: Inex Code Date: Fri, 6 Sep 2024 16:01:06 +0300 Subject: [PATCH] feat: Add fediverse and forum links --- i18n/en.toml | 14 +++++++++++++- i18n/ru.toml | 17 ++++++++++++++++- layouts/partials/footer.html | 3 ++- 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/i18n/en.toml b/i18n/en.toml index e50ccf4..8135169 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -37,6 +37,12 @@ other = "Test nightly builds" [footer_matrix_contributor_chat] other = "Matrix contributor chat" +[footer_fediverse_account] +other = "Fediverse account" + +[footer_forum] +other = "Community forum" + [footer_telegram_contributor_chat] other = "Telegram contributor chat" @@ -71,4 +77,10 @@ other = "macOS" other = "GNU/Linux" [videoUnsupported] -other = "Your browser doesn't support embedded videos, but don't worry, you can download it and watch it with your favorite video player!" \ No newline at end of file +other = "Your browser doesn't support embedded videos, but don't worry, you can download it and watch it with your favorite video player!" + +[post_create_issue] +other = "Report website issue" + +[post_create_project_issue] +other = "Report app issue" diff --git a/i18n/ru.toml b/i18n/ru.toml index 0683c61..05e2ef1 100644 --- a/i18n/ru.toml +++ b/i18n/ru.toml @@ -37,6 +37,12 @@ other = "Тестировать ночные сборки" [footer_matrix_contributor_chat] other = "Чат контрибьюторов в Matrix" +[footer_fediverse_account] +other = "Профиль в федивёрсе" + +[footer_forum] +other = "Форум сообщества" + [footer_telegram_contributor_chat] other = "Чат контрибьюторов в Telegram" @@ -71,4 +77,13 @@ other = "macOS" other = "GNU/Linux" [videoUnsupported] -other = "Ваш браузер не поддерживает встраиваемое видео, но не переживайте, вы можете скачать его и смотреть в вашем любимом видеоплеере!" \ No newline at end of file +other = "Ваш браузер не поддерживает встраиваемое видео, но не переживайте, вы можете скачать его и смотреть в вашем любимом видеоплеере!" + +[post_view_this] +other = "Смотреть исходный текст" + +[post_edit_this] +other = "Изменить" + +[post_create_child_page] +other = "Добавить страницу" diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index c08a279..d0b93e6 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -7,7 +7,8 @@
  • {{ T "footer_user_guide" }}
  • {{ T "footer_blog" }}
  • {{ T "footer_privacy_policy" }}
  • - +
  • {{ T "footer_forum" }}
  • +
  • {{ T "footer_fediverse_account" }}
  • {{ T "footer_get_help" }}