mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy.org.git
synced 2025-02-04 23:40:36 +00:00
feat: Add fediverse and forum links
This commit is contained in:
parent
c27ec8ca8c
commit
43caca82d0
14
i18n/en.toml
14
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 <a href=\"{{ .RelPermalink }}\">download it</a> and watch it with your favorite video player!"
|
||||
other = "Your browser doesn't support embedded videos, but don't worry, you can <a href=\"{{ .RelPermalink }}\">download it</a> and watch it with your favorite video player!"
|
||||
|
||||
[post_create_issue]
|
||||
other = "Report website issue"
|
||||
|
||||
[post_create_project_issue]
|
||||
other = "Report app issue"
|
||||
|
|
17
i18n/ru.toml
17
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 = "Ваш браузер не поддерживает встраиваемое видео, но не переживайте, вы можете <a href=\"{{ .RelPermalink }}\">скачать его</a> и смотреть в вашем любимом видеоплеере!"
|
||||
other = "Ваш браузер не поддерживает встраиваемое видео, но не переживайте, вы можете <a href=\"{{ .RelPermalink }}\">скачать его</a> и смотреть в вашем любимом видеоплеере!"
|
||||
|
||||
[post_view_this]
|
||||
other = "Смотреть исходный текст"
|
||||
|
||||
[post_edit_this]
|
||||
other = "Изменить"
|
||||
|
||||
[post_create_child_page]
|
||||
other = "Добавить страницу"
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
<li><a href="{{ ref . "/docs/" }}" class="nav-link">{{ T "footer_user_guide" }}</a></li>
|
||||
<li><a href="{{ ref . "/blog/" }}" class="nav-link">{{ T "footer_blog" }}</a></li>
|
||||
<li><a href="{{ ref . "/privacy-policy/" }}" class="nav-link">{{ T "footer_privacy_policy" }}</a></li>
|
||||
|
||||
<li><a href="https://forum.selfprivacy.org" class="nav-link" rel="noopener noreferrer" target="_blank">{{ T "footer_forum" }}</a></li>
|
||||
<li><a rel="me" href="https://fedi.selfprivacy.org/@selfprivacy" class="nav-link" rel="noopener noreferrer" target="_blank">{{ T "footer_fediverse_account" }}</a></li>
|
||||
</ul>
|
||||
<h3 class="text-secondary">{{ T "footer_get_help" }}</h3>
|
||||
<ul class="list-unstyled">
|
||||
|
|
Loading…
Reference in a new issue