Skip to content

Commit 5c30484

Browse files
authored
Merge pull request #928 from ShenpaiSharma/Issue_#926
Added space between text and link in Get Started page
2 parents 0d1a8dd + 2f65964 commit 5c30484

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

i18n-tracking.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
es:
22
src/data/en.yml:
3+
line 162: ' library in your html. To learn more visit '
4+
line 163: ' library in your html. To learn more visit '
5+
line 164: ' your-first-sketch7'
36
line 97: ' get-started-button'
47
line 96: ' get-started7'
58
line 114: ' environment15'
@@ -162,10 +165,8 @@ es:
162165
line 134: ' p4xp4'
163166
line 141: ' project-a-2-5-phuong'
164167
line 144: ' project-a-2-7-phuong'
165-
line 163: ' teach-case1-content1'
166168
line 64: ' color-p3x3'
167169
line 70: ' color-rgb-p1x1'
168-
line 164: ' teach-case1-content1-1'
169170
line 87: ' color-custom-ranges-p2x1'
170171
line 24: footer1
171172
line 25: footer2
@@ -185,7 +186,6 @@ es:
185186
line 159: ' processing-transition1'
186187
line 160: ' processing-transition2'
187188
line 161: ' processing-transition3'
188-
line 162: ' processing-transition4'
189189
line 357: ' link-2-chung'
190190
line 358: ' link-3-chung'
191191
line 359: ' project-a-1-1-chung'
@@ -1822,6 +1822,9 @@ es:
18221822
line 604: ' color-custom-ranges-li3x2'
18231823
ko:
18241824
src/data/en.yml:
1825+
line 162: ' library in your html. To learn more visit '
1826+
line 163: ' library in your html. To learn more visit '
1827+
line 164: ' your-first-sketch7'
18251828
line 97: ' get-started-button'
18261829
line 96: ' get-started7'
18271830
line 114: ' environment15'
@@ -1985,10 +1988,8 @@ ko:
19851988
line 134: ' p4xp4'
19861989
line 141: ' project-a-2-5-phuong'
19871990
line 144: ' project-a-2-7-phuong'
1988-
line 163: ' teach-case1-content1'
19891991
line 64: ' color-p3x3'
19901992
line 70: ' color-rgb-p1x1'
1991-
line 164: ' teach-case1-content1-1'
19921993
line 87: ' color-custom-ranges-p2x1'
19931994
line 24: footer1
19941995
line 25: footer2
@@ -2008,7 +2009,6 @@ ko:
20082009
line 159: ' processing-transition1'
20092010
line 160: ' processing-transition2'
20102011
line 161: ' processing-transition3'
2011-
line 162: ' processing-transition4'
20122012
line 357: ' link-2-chung'
20132013
line 358: ' link-3-chung'
20142014
line 359: ' project-a-1-1-chung'
@@ -3644,6 +3644,9 @@ ko:
36443644
line 604: ' color-custom-ranges-li3x2'
36453645
zh-Hans:
36463646
src/data/en.yml:
3647+
line 162: ' library in your html. To learn more visit '
3648+
line 163: ' library in your html. To learn more visit '
3649+
line 164: ' your-first-sketch7'
36473650
line 97: ' get-started-button'
36483651
line 96: ' get-started7'
36493652
line 114: ' environment15'
@@ -3806,10 +3809,8 @@ zh-Hans:
38063809
line 134: ' p4xp4'
38073810
line 141: ' project-a-2-5-phuong'
38083811
line 144: ' project-a-2-7-phuong'
3809-
line 163: ' teach-case1-content1'
38103812
line 64: ' color-p3x3'
38113813
line 70: ' color-rgb-p1x1'
3812-
line 164: ' teach-case1-content1-1'
38133814
line 87: ' color-custom-ranges-p2x1'
38143815
line 24: footer1
38153816
line 25: footer2
@@ -3829,7 +3830,6 @@ zh-Hans:
38293830
line 159: ' processing-transition1'
38303831
line 160: ' processing-transition2'
38313832
line 161: ' processing-transition3'
3832-
line 162: ' processing-transition4'
38333833
line 357: ' link-2-chung'
38343834
line 358: ' link-3-chung'
38353835
line 359: ' project-a-1-1-chung'

src/data/en.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@ get started:
158158
your-first-sketch6: >-
159159
If you are using a screen reader, you must turn on the accessible outputs in
160160
the p5 online editor, outside the editor you must add the accessibility
161-
library in your html. To learn more visit
162-
your-first-sketch7: using p5 with a screen reader tutorial
161+
library in your html. To learn more visit 
162+
your-first-sketch7: 'using p5 with a screen reader tutorial'
163163
your-first-sketch8: >-
164164
If you've typed everything correctly, this will appear in the display
165165
window:

0 commit comments

Comments
 (0)