Skip to content

Commit f41c792

Browse files
committed
Fix copyright string quoting
1 parent 617fe56 commit f41c792

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

i18n-tracking.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1836,6 +1836,7 @@ es:
18361836
line 604: ' color-custom-ranges-li3x2'
18371837
line 424: ' with p5.js.'
18381838
line 433: ' presentations. I used'
1839+
line 84: ' copyright1'
18391840
hi:
18401841
src/data/en.yml:
18411842
line 26: footer6
@@ -1847,6 +1848,7 @@ hi:
18471848
line 31: footer8
18481849
line 32: footer9
18491850
line 85: ' under the terms of the '
1851+
line 84: ' copyright1'
18501852
ko:
18511853
src/data/en.yml:
18521854
line 85: ' under the terms of the '
@@ -3685,6 +3687,7 @@ ko:
36853687
line 604: ' color-custom-ranges-li3x2'
36863688
line 424: ' with p5.js.'
36873689
line 433: ' presentations. I used'
3690+
line 84: ' copyright1'
36883691
zh-Hans:
36893692
src/data/en.yml:
36903693
line 85: ' under the terms of the '
@@ -5523,3 +5526,4 @@ zh-Hans:
55235526
line 604: ' color-custom-ranges-li3x2'
55245527
line 424: ' with p5.js.'
55255528
line 433: ' presentations. I used'
5529+
line 84: ' copyright1'

src/data/en.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ home:
7979
sketch_info: Hunminjeongeum2020 created by Seonghyeon Kim
8080
copyright:
8181
copyright-title: Copyright Information
82-
copyright1: >-
83-
'The p5.js library is free software; you can redistribute it and/or modify it
82+
copyright1: 'The p5.js library is free software; you can redistribute it and/or modify it
8483
under the terms of the '
8584
copyright2: ' as published by the Free Software Foundation, version 2.1.'
8685
copyright3: 'The Reference for the language is under a '

0 commit comments

Comments
 (0)