From 4bf455e80784ee41ff0dd8c5e8e935336e0b4414 Mon Sep 17 00:00:00 2001 From: joenash <1790822+joenash@users.noreply.github.com> Date: Thu, 1 Feb 2024 19:01:30 +0100 Subject: [PATCH] blank en.yml, restore environment in hbs --- src/data/en.yml | 8 +++----- src/templates/pages/get-started/index.hbs | 4 ++++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/src/data/en.yml b/src/data/en.yml index 81830f79a2..5c20dfd1e3 100644 --- a/src/data/en.yml +++ b/src/data/en.yml @@ -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 diff --git a/src/templates/pages/get-started/index.hbs b/src/templates/pages/get-started/index.hbs index b4f744b98d..cddfa488d0 100644 --- a/src/templates/pages/get-started/index.hbs +++ b/src/templates/pages/get-started/index.hbs @@ -119,6 +119,10 @@ function draw() { {{#i18n "environment3"}}{{/i18n}} Visual Studio Code {{#i18n "environment4"}}{{/i18n}} + {{#i18n "environment5"}}{{/i18n}} + {{#i18n "environment6"}}{{/i18n}} + {{#i18n "environment7"}}{{/i18n}} +