fix gettext

pull/1812/head
Ayrat Badykov 6 years ago
parent 9c19ef16f5
commit 760b94d68f
No known key found for this signature in database
GPG Key ID: B44668E265E9396F
  1. 27
      apps/block_scout_web/priv/gettext/default.pot
  2. 27
      apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po
  3. 2
      apps/explorer/lib/explorer/chain.ex

@ -592,7 +592,7 @@ msgid "Newer"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/index.html.eex:22
#: lib/block_scout_web/templates/address/index.html.eex:16
#: lib/block_scout_web/templates/address_token/index.html.eex:25
msgid "Next"
msgstr ""
@ -1740,3 +1740,28 @@ msgstr ""
#: lib/block_scout_web/templates/transaction/overview.html.eex:165
msgid "ERC-721"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/index.html.eex:11
msgid " (page"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/index.html.eex:8
msgid " addresses of"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/index.html.eex:21
msgid "Back"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/index.html.eex:6
msgid "Showing "
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/chain/show.html.eex:58
msgid "Total blocks"
msgstr ""

@ -592,7 +592,7 @@ msgid "Newer"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/index.html.eex:22
#: lib/block_scout_web/templates/address/index.html.eex:16
#: lib/block_scout_web/templates/address_token/index.html.eex:25
msgid "Next"
msgstr ""
@ -1740,3 +1740,28 @@ msgstr ""
#: lib/block_scout_web/templates/transaction/overview.html.eex:165
msgid "ERC-721"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/index.html.eex:11
msgid " (page"
msgstr ""
#, elixir-format, fuzzy
#: lib/block_scout_web/templates/address/index.html.eex:8
msgid " addresses of"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/index.html.eex:21
msgid "Back"
msgstr ""
#, elixir-format, fuzzy
#: lib/block_scout_web/templates/address/index.html.eex:6
msgid "Showing "
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/chain/show.html.eex:58
msgid "Total blocks"
msgstr ""

@ -1117,7 +1117,7 @@ defmodule Explorer.Chain do
end
@doc """
Lists the top 250 `t:Explorer.Chain.Address.t/0`'s' in descending order based on coin balance.
Lists the top `t:Explorer.Chain.Address.t/0`'s' in descending order based on coin balance and address hash.
"""
@spec list_top_addresses :: [{Address.t(), non_neg_integer()}]

Loading…
Cancel
Save