Update some vocabulary items

This commit is contained in:
thephez 2017-11-16 14:42:35 -05:00
parent 617893997e
commit be0bf9b93c
2 changed files with 9 additions and 5 deletions

View file

@ -27,6 +27,9 @@ http://opensource.org/licenses/MIT.
{% when "bcc help" %}<a href="/en/bitcoin-core/help">Help</a>
{% when "bcc news" %}<a href="/en/version-history">News</a>
{% when "bitcoin" %}<a href="/{{page.lang}}/">{% translate bitcoin vocabulary %}</a>
{% when "dash" %}<a href="/{{page.lang}}/">{% translate dash vocabulary %}</a>
{% when "dev docs" %}<a href="/en/developer-documentation">Developer Documentation</a>
{% when "glossary" %}<a href="/en/developer-glossary">Glossary</a>
{% else %}{% die "Breadcrumb not found in _includes/layout/breadcrumbs.html" %}