Skip to content

Commit

Permalink
blank en.yml, restore environment in hbs
Browse files Browse the repository at this point in the history
  • Loading branch information
joenash committed Feb 1, 2024
1 parent d2efacb commit 4bf455e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/data/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,9 @@ get started:
environment2: ' code editor '
environment3: 'of your choice. Instructions for getting set up with '
environment4: ' are included below.'
environment5: ' and '
environment6: >-
If you are a screen reader user and not using the p5 web editor, you may
want to use
environment7: ' or '
environment5: ''
environment6: ''
environment7: ''
environment8: >-
Open Visual Studio Code. Go to the File menu and choose Open Folder... and choose the folder
that your html and js files are located in. On the left sidebar, you should
Expand Down
4 changes: 4 additions & 0 deletions src/templates/pages/get-started/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ function draw() {
{{#i18n "environment3"}}{{/i18n}}
<a href="https://code.visualstudio.com/" target="_blank"> Visual Studio Code</a>
{{#i18n "environment4"}}{{/i18n}}
{{#i18n "environment5"}}{{/i18n}}
{{#i18n "environment6"}}{{/i18n}}
{{#i18n "environment7"}}{{/i18n}}

</p>
</div>

Expand Down

0 comments on commit 4bf455e

Please sign in to comment.