File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
translations/locales/en-US Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ const UserMenu = () => {
88
88
} ;
89
89
90
90
const FundraiserSection = ( ) => {
91
+ const { t } = useTranslation ( ) ;
91
92
const dispatch = useDispatch ( ) ;
92
93
93
94
return (
@@ -98,7 +99,7 @@ const FundraiserSection = () => {
98
99
aria-label = "2023-fundraiser-button"
99
100
title = "2023 Fundraiser Button"
100
101
>
101
- Celebrate a Decade of Code and Support p5.js!
102
+ { t ( 'Nav.Fundraiser' ) }
102
103
</ button >
103
104
</ >
104
105
) ;
Original file line number Diff line number Diff line change 45
45
"Asset" : " Asset" ,
46
46
"MyAssets" : " My Assets" ,
47
47
"LogOut" : " Log Out"
48
- }
48
+ },
49
+ "Fundraiser" : " Support p5.js and the Processing Foundation!"
49
50
},
50
51
"CodemirrorFindAndReplace" : {
51
52
"ToggleReplace" : " Toggle Replace" ,
202
203
}
203
204
},
204
205
"Fundraiser" : {
205
- "Title" : " Support p5.js " ,
206
- "Description" : " 🎉 Join us in celebrating a Decade of Code! 🎉 Support p5.js and earn unique rewards. 🙂" ,
206
+ "Title" : " Support Our Software and Team " ,
207
+ "Description" : " 🎉 Join us in celebrating a Decade of Code! 🎉 Support p5.js and the Processing Foundation and earn unique rewards. 🙂" ,
207
208
"CallToAction" : " Contribute and learn more!"
208
209
},
209
210
"Sidebar" : {
You can’t perform that action at this time.
0 commit comments