mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-19 23:10:21 +01:00
feat: add /world and /world/all to available nav items
This commit is contained in:
@@ -41,6 +41,22 @@
|
|||||||
"textClass": "d-lg-none",
|
"textClass": "d-lg-none",
|
||||||
"text": "[[global:header.popular]]"
|
"text": "[[global:header.popular]]"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"route": "/world",
|
||||||
|
"title": "[[global:header.world]]",
|
||||||
|
"enabled": false,
|
||||||
|
"iconClass": "fa-circle-nodes",
|
||||||
|
"textClass": "d-lg-none",
|
||||||
|
"text": "[[global:header.world]]"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"route": "/world/all",
|
||||||
|
"title": "[[global:header.world-all]]",
|
||||||
|
"enabled": false,
|
||||||
|
"iconClass": "fa-globe",
|
||||||
|
"textClass": "d-lg-none",
|
||||||
|
"text": "[[global:header.world-all]]"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"route": "/users",
|
"route": "/users",
|
||||||
"title": "[[global:header.users]]",
|
"title": "[[global:header.users]]",
|
||||||
|
|||||||
@@ -56,6 +56,8 @@
|
|||||||
"header.navigation": "Navigation",
|
"header.navigation": "Navigation",
|
||||||
"header.manage": "Manage",
|
"header.manage": "Manage",
|
||||||
"header.drafts": "Drafts",
|
"header.drafts": "Drafts",
|
||||||
|
"header.world": "World (Curated)",
|
||||||
|
"header.world-all": "World (All)",
|
||||||
|
|
||||||
"notifications.loading": "Loading Notifications",
|
"notifications.loading": "Loading Notifications",
|
||||||
"chats.loading": "Loading Chats",
|
"chats.loading": "Loading Chats",
|
||||||
|
|||||||
Reference in New Issue
Block a user