Skip to content

Commit

Permalink
Merge branch 'add-blockexplorer-side-panel' into 'develop'
Browse files Browse the repository at this point in the history
Add blockexplorer side panel

See merge request hive/condenser!59
  • Loading branch information
dnotestein committed May 5, 2020
2 parents cdc0528 + ff33d4c commit 51b1b2e
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
4 changes: 4 additions & 0 deletions src/app/components/modules/SidePanel/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ const SidePanel = ({
label: tt('navigation.faq'),
link: `/faq.html`,
},
{
label: tt('navigation.block_explorer'),
link: `https://hiveblocks.com`,
},
/*
{
label: tt('navigation.explore'),
Expand Down
3 changes: 2 additions & 1 deletion src/app/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,8 @@
"jobs": "Jobs at Hive",
"hive_proposals": "Hive Proposals",
"blockexplorer": "Blockexplorer",
"what_is_hive": "What is Hive?"
"what_is_hive": "What is Hive?",
"block_explorer": "Block Explorer"
},
"main_menu": {
"hot": "Hot",
Expand Down
3 changes: 2 additions & 1 deletion src/app/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,8 @@
"Votre voix vaut quelque chose. Rejoignez la communauté qui vous rémunère pour vos articles et participez à la curation du contenu de qualité.",
"hive_proposals": "Hive Proposals",
"blockexplorer": "Blockexplorer",
"what_is_hive": "What is Hive?"
"what_is_hive": "What is Hive?",
"block_explorer": "Explorateur de blocs"
},
"main_menu": {
"hot": "chaud",
Expand Down
3 changes: 2 additions & 1 deletion src/app/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,8 @@
"あなたの声には価値があります。あなたのハイクオリティな投稿やキュレーションに報酬を出すコミュニティに参加しましょう。",
"hive_proposals": "Hive Proposals",
"blockexplorer": "Blockexplorer",
"what_is_hive": "What is Hive?"
"what_is_hive": "What is Hive?",
"block_explorer": "ブロックエクスプローラー"
},
"main_menu": {
"hot": "ホット",
Expand Down
3 changes: 2 additions & 1 deletion src/app/locales/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,8 @@
"jobs": "Praca w Hive",
"hive_proposals": "Hive Proposals",
"blockexplorer": "Blockexplorer",
"what_is_hive": "What is Hive?"
"what_is_hive": "What is Hive?",
"block_explorer": "Block Explorer"
},
"main_menu": {
"hot": "Gorące",
Expand Down
3 changes: 2 additions & 1 deletion src/app/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,8 @@
"Ваше мнение имеет цену. Присоединяйтесь к сообществу, которое платит за контент и за работу по отбору самого лучшего контента.",
"hive_proposals": "Hive Proposals",
"blockexplorer": "Blockexplorer",
"what_is_hive": "What is Hive?"
"what_is_hive": "What is Hive?",
"block_explorer": "Block Explorer"
},
"main_menu": {
"hot": "актуальное",
Expand Down

0 comments on commit 51b1b2e

Please sign in to comment.