File tree Expand file tree Collapse file tree 3 files changed +31
-1
lines changed
translations/locales/en-US Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -289,6 +289,24 @@ const ProjectMenu = () => {
289
289
< MenubarItem id = "help-about" href = "/about" >
290
290
{ t ( 'Nav.Help.About' ) }
291
291
</ MenubarItem >
292
+ < MenubarItem
293
+ id = "help-report-bug"
294
+ href = "https://github.com/processing/p5.js-web-editor/issues/new/choose"
295
+ >
296
+ { t ( 'Nav.Help.ReportBug' ) }
297
+ </ MenubarItem >
298
+ < MenubarItem
299
+ id = "help-discord"
300
+ href = "https://discord.com/invite/SHQ8dH25r9"
301
+ >
302
+ { t ( 'Nav.Help.ChatOnDiscord' ) }
303
+ </ MenubarItem >
304
+ < MenubarItem
305
+ id = "help-forum"
306
+ href = "https://discourse.processing.org/c/p5js/10"
307
+ >
308
+ { t ( 'Nav.Help.PostOnTheForum' ) }
309
+ </ MenubarItem >
292
310
</ MenubarSubmenu >
293
311
{ getConfig ( 'TRANSLATIONS_ENABLED' ) && < LanguageMenu /> }
294
312
</ ul >
Original file line number Diff line number Diff line change @@ -658,6 +658,15 @@ exports[`Nav renders editor version for desktop 1`] = `
658
658
<li >
659
659
About
660
660
</li >
661
+ <li >
662
+ Report a Bug
663
+ </li >
664
+ <li >
665
+ Chat On Discord
666
+ </li >
667
+ <li >
668
+ Post on the Forum
669
+ </li >
661
670
</ul >
662
671
</li >
663
672
</ul >
Original file line number Diff line number Diff line change 27
27
"Title" : " Help" ,
28
28
"KeyboardShortcuts" : " Keyboard Shortcuts" ,
29
29
"Reference" : " Reference" ,
30
- "About" : " About"
30
+ "About" : " About" ,
31
+ "ReportBug" : " Report a Bug" ,
32
+ "ChatOnDiscord" :" Chat On Discord" ,
33
+ "PostOnTheForum" :" Post on the Forum"
31
34
},
32
35
"Lang" : " Language" ,
33
36
"BackEditor" : " Back to Editor" ,
You can’t perform that action at this time.
0 commit comments