Merge pull request #5153 from blockscout/vb-discord-link

Discord link instead of Gitter
pull/5154/head
Victor Baranov 3 years ago committed by GitHub
commit 0e678a1ba0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 4
      apps/block_scout_web/lib/block_scout_web/templates/layout/_footer.html.eex
  3. 20
      apps/block_scout_web/priv/gettext/default.pot
  4. 20
      apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po

@ -7,6 +7,7 @@
### Fixes
### Chore
- [#5153](https://github.com/blockscout/blockscout/pull/5153) - Discord link instead of Gitter
- [#5142](https://github.com/blockscout/blockscout/pull/5142) - Updated some outdated npm packages
- [#5140](https://github.com/blockscout/blockscout/pull/5140) - Babel minor and core-js major updates
- [#5139](https://github.com/blockscout/blockscout/pull/5139) - Eslint major update

@ -38,8 +38,8 @@
<ul>
<li><a href="<%= issue_link(@conn) %>" rel="noreferrer" class="footer-link" target="_blank"><%= gettext("Submit an Issue") %></a></li>
<li><a href="https://github.com/blockscout/blockscout" rel="noreferrer" class="footer-link"><%= gettext("Contribute") %></a></li>
<li><a href="https://gitter.im/poanetwork/blockscout" rel="noreferrer" class="footer-link"><%= gettext("Chat") %></a></li>
<li><a href="https://forum.poa.network/c/blockscout" rel="noreferrer" class="footer-link"><%= gettext("Support") %></a></li>
<li><a href="http://discord.gg/gnosischain" rel="noreferrer" class="footer-link"><%= gettext("Chat (#blockscout)") %></a></li>
<li><a href="https://forum.poa.network/c/blockscout" rel="noreferrer" class="footer-link"><%= gettext("Forum") %></a></li>
</ul>
</div>
<% main_nets = main_nets(other_networks()) %>

@ -502,11 +502,6 @@ msgstr ""
msgid "Change Network"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/layout/_footer.html.eex:41
msgid "Chat"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_stakes_modal_claim_reward_content.html.eex:6
msgid "Choose Pool"
@ -2220,11 +2215,6 @@ msgstr ""
msgid "Success"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/layout/_footer.html.eex:42
msgid "Support"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_stakes_top.html.eex:38
msgid "Swap STAKE on Honeyswap"
@ -3340,3 +3330,13 @@ msgstr ""
#: lib/block_scout_web/templates/tokens/overview/_details.html.eex:155
msgid "Type of the token standard"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/layout/_footer.html.eex:41
msgid "Chat (#blockscout)"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/layout/_footer.html.eex:42
msgid "Forum"
msgstr ""

@ -502,11 +502,6 @@ msgstr ""
msgid "Change Network"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/layout/_footer.html.eex:41
msgid "Chat"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_stakes_modal_claim_reward_content.html.eex:6
msgid "Choose Pool"
@ -2220,11 +2215,6 @@ msgstr ""
msgid "Success"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/layout/_footer.html.eex:42
msgid "Support"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_stakes_top.html.eex:38
msgid "Swap STAKE on Honeyswap"
@ -3340,3 +3330,13 @@ msgstr ""
#: lib/block_scout_web/templates/tokens/overview/_details.html.eex:155
msgid "Type of the token standard"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/layout/_footer.html.eex:41
msgid "Chat (#blockscout)"
msgstr ""
#, elixir-format, fuzzy
#: lib/block_scout_web/templates/layout/_footer.html.eex:42
msgid "Forum"
msgstr ""

Loading…
Cancel
Save