Skip to content

Commit 31119e1

Browse files
authored
Merge pull request #1156 from stampyzfanz/main
Add space between link and text in copyright.html
2 parents 999740b + 3282117 commit 31119e1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

i18n-tracking.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
es:
22
src/data/en.yml:
3+
line 85: ' under the terms of the '
34
line 26: footer6
45
line 25: footer2
56
line 27: footer4
@@ -304,7 +305,6 @@ es:
304305
line 23: footer2
305306
line 65: ' color-rgb-p1x1'
306307
line 72: ' color-rgb-p2x1'
307-
line 85: ' color-custom-ranges-p4x1'
308308
line 81: ' color-transparency-p1x1'
309309
line 90: ' color-custom-ranges-p4x1'
310310
line 153: ' project-a-4-7-casey-louise'
@@ -1846,8 +1846,10 @@ hi:
18461846
line 30: footer7
18471847
line 31: footer8
18481848
line 32: footer9
1849+
line 85: ' under the terms of the '
18491850
ko:
18501851
src/data/en.yml:
1852+
line 85: ' under the terms of the '
18511853
line 26: footer6
18521854
line 25: footer2
18531855
line 27: footer4
@@ -2152,7 +2154,6 @@ ko:
21522154
line 23: footer2
21532155
line 65: ' color-rgb-p1x1'
21542156
line 72: ' color-rgb-p2x1'
2155-
line 85: ' color-custom-ranges-p4x1'
21562157
line 81: ' color-transparency-p1x1'
21572158
line 90: ' color-custom-ranges-p4x1'
21582159
line 153: ' project-a-4-7-casey-louise'
@@ -3686,6 +3687,7 @@ ko:
36863687
line 433: ' presentations. I used'
36873688
zh-Hans:
36883689
src/data/en.yml:
3690+
line 85: ' under the terms of the '
36893691
line 26: footer6
36903692
line 25: footer2
36913693
line 27: footer4
@@ -3989,7 +3991,6 @@ zh-Hans:
39893991
line 23: footer2
39903992
line 65: ' color-rgb-p1x1'
39913993
line 72: ' color-rgb-p2x1'
3992-
line 85: ' color-custom-ranges-p4x1'
39933994
line 81: ' color-transparency-p1x1'
39943995
line 90: ' color-custom-ranges-p4x1'
39953996
line 153: ' project-a-4-7-casey-louise'

src/data/en.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ home:
8080
copyright:
8181
copyright-title: Copyright Information
8282
copyright1: >-
83-
The p5.js library is free software; you can redistribute it and/or modify it
84-
under the terms of the
83+
'The p5.js library is free software; you can redistribute it and/or modify it
84+
under the terms of the '
8585
copyright2: ' as published by the Free Software Foundation, version 2.1.'
8686
copyright3: 'The Reference for the language is under a '
8787
copyright4: ' license which makes it possible to reuse this content for non-commercial purposes if it is credited.'

0 commit comments

Comments
 (0)