Skip to content

Commit

Permalink
Rename main/feed/posts to feed/tips/posts
Browse files Browse the repository at this point in the history
  • Loading branch information
AtanasKrondev committed Apr 12, 2021
1 parent 89b4045 commit 6e8f25f
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 29 deletions.
3 changes: 2 additions & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"aeternityBlockchain": "aeternity blockchain",
"views": {
"FeedList": {
"main": "Main",
"main": "Feed",
"tips": "Tips",
"posts": "Posts"
},
"CreateProfile": {
Expand Down
16 changes: 7 additions & 9 deletions src/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
"FAQ": "Preguntas frecuentes",
"FellowSuperhero": "Querido Superhero",
"views": {
"FeedList": {
"main": "Feed",
"tips": "Tips",
"posts": "Posts"
},
"CreateProfile": {
"header1": "CÓMO USAR SUPERHERO.COM",
"header2": "Plataforma social sin una agenda oculta.",
Expand Down Expand Up @@ -494,15 +499,8 @@
"Initiate": "Initiate Vote",
"Spread": "Accumulated Spread",
"Stake": "Majority Stake",
"RibbonTabs": [
"Token Info",
"Funds release vote"
],
"Tabs": [
"Ongoing Votes",
"Past Votes",
"My Votes"
]
"RibbonTabs": ["Token Info", "Funds release vote"],
"Tabs": ["Ongoing Votes", "Past Votes", "My Votes"]
},
"WordBazaar": {
"Title": "WordBazaar",
Expand Down
16 changes: 7 additions & 9 deletions src/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"Balance": "Balance:",
"aeternityBlockchain": "aeternity blockchain",
"views": {
"FeedList": {
"main": "Feed",
"tips": "Tips",
"posts": "Posts"
},
"CreateProfile": {
"header1": "COMMENT UTILISER SUPERHERO.COM",
"header2": "Plateforme sociale qui respecte votre liberté d'expression.",
Expand Down Expand Up @@ -486,15 +491,8 @@
"Initiate": "Initiate Vote",
"Spread": "Accumulated Spread",
"Stake": "Majority Stake",
"RibbonTabs": [
"Token Info",
"Funds release vote"
],
"Tabs": [
"Ongoing Votes",
"Past Votes",
"My Votes"
]
"RibbonTabs": ["Token Info", "Funds release vote"],
"Tabs": ["Ongoing Votes", "Past Votes", "My Votes"]
},
"WordBazaar": {
"Title": "WordBazaar",
Expand Down
16 changes: 7 additions & 9 deletions src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"FellowSuperhero": "超级英雄",
"aeternityBlockchain": "AEternity区块链",
"views": {
"FeedList": {
"main": "Feed",
"tips": "Tips",
"posts": "Posts"
},
"CreateProfile": {
"header1": "如何使用 SUPERHERO.COM",
"header2": "没有隐藏协议的社交平台.",
Expand Down Expand Up @@ -383,15 +388,8 @@
"Initiate": "Initiate Vote",
"Spread": "Accumulated Spread",
"Stake": "Majority Stake",
"RibbonTabs": [
"Token Info",
"Funds release vote"
],
"Tabs": [
"Ongoing Votes",
"Past Votes",
"My Votes"
]
"RibbonTabs": ["Token Info", "Funds release vote"],
"Tabs": ["Ongoing Votes", "Past Votes", "My Votes"]
},
"WordBazaar": {
"Title": "WordBazaar",
Expand Down
2 changes: 1 addition & 1 deletion src/views/FeedList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
>
<IconDiamond />
<span>
{{ $t('tips') }}
{{ $t('views.FeedList.tips')}}
</span>
</FilterButton>
<FilterButton
Expand Down

0 comments on commit 6e8f25f

Please sign in to comment.