@@ -62,7 +62,7 @@ export const getSidebar = () => {
6262 ] ,
6363 developers : [
6464 {
65- section : "Developers" ,
65+ section : t ( "sidebar.developers.developers" ) ,
6666 contents : [
6767 { title : t ( "sidebar.developers.buildingOnScroll" ) , url : formatUrl ( "developers" ) } ,
6868 { title : t ( "sidebar.developers.developerQuickstart" ) , url : formatUrl ( "developers/developer-quickstart" ) } ,
@@ -125,7 +125,7 @@ export const getSidebar = () => {
125125 ] ,
126126 } ,
127127 {
128- section : "Guides" ,
128+ section : t ( "sidebar.developers.guides" ) ,
129129 contents : [
130130 {
131131 title : t ( "sidebar.developers.contractDeploymentTutorial" ) ,
@@ -154,7 +154,7 @@ export const getSidebar = () => {
154154 ] ,
155155 } ,
156156 {
157- section : "Resources" ,
157+ section : t ( "sidebar.developers.resources" ) ,
158158 contents : [
159159 { title : t ( "sidebar.developers.rollupExplorer" ) , url : "https://scroll.io/rollupscan" } ,
160160 { title : t ( "sidebar.developers.scrollSepoliaBlockExplorer" ) , url : "https://sepolia-blockscout.scroll.io/" } ,
@@ -164,8 +164,8 @@ export const getSidebar = () => {
164164 ] ,
165165 technology : [
166166 {
167- section : "Overview" ,
168- contents : [ { title : t ( "Scroll Architecture " ) , url : formatUrl ( "technology" ) } ] ,
167+ section : t ( "sidebar.technology.overview" ) ,
168+ contents : [ { title : t ( "sidebar.technology.scrollArchitecture " ) , url : formatUrl ( "technology" ) } ] ,
169169 } ,
170170 {
171171 section : t ( "sidebar.technology.scrollChain" ) ,
0 commit comments