Skip to content

Commit 406a62a

Browse files
committed
Set strings to prevent whitespace escape
Signed-off-by: Akhil Raj <[email protected]>
1 parent ebc2f03 commit 406a62a

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

i18n-tracking.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
es:
22
src/data/en.yml:
3-
line 980: ' contributors conferences held at the '
3+
line 980: ' contributors-conference1'
44
line 1642: ' teach-case1-title'
55
line 1643: ' teach-case1-lead-name'
66
line 1644: ' teach-case1-image-alt'
@@ -1965,6 +1965,7 @@ es:
19651965
line 1998: ' teach-case21-content5'
19661966
hi:
19671967
src/data/en.yml:
1968+
line 980: ' contributors-conference1'
19681969
line 883: ' p5.utils'
19691970
line 1153: ' 2022-p5js-access-day-date'
19701971
line 26: footer6
@@ -2281,10 +2282,9 @@ hi:
22812282
line 2101: ' teach-workshop2-time'
22822283
line 2102: ' teach-workshop3-title'
22832284
line 2103: ' teach-workshop3-time'
2284-
line 980: ' contributors conferences held at the '
22852285
ko:
22862286
src/data/en.yml:
2287-
line 980: ' contributors conferences held at the '
2287+
line 980: ' contributors-conference1'
22882288
line 1642: ' teach-case1-title'
22892289
line 1643: ' teach-case1-lead-name'
22902290
line 1644: ' teach-case1-image-alt'
@@ -4249,7 +4249,7 @@ ko:
42494249
line 1998: ' teach-case21-content5'
42504250
zh-Hans:
42514251
src/data/en.yml:
4252-
line 980: ' contributors conferences held at the '
4252+
line 980: ' contributors-conference1'
42534253
line 1642: ' teach-case1-title'
42544254
line 1643: ' teach-case1-lead-name'
42554255
line 1644: ' teach-case1-image-alt'

src/data/en.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -974,9 +974,7 @@ community:
974974
donate2: Processing Foundation
975975
donate3: .
976976
contributors-conference-title: p5.js Contributors Conference
977-
contributors-conference1: >-
978-
While most work happens online, we also convene IRL. We've had two
979-
contributors conferences held at the
977+
contributors-conference1: 'While most work happens online, we also convene IRL. We''ve had two contributors conferences held at the '
980978
contributors-conference2: >-
981979
at Carnegie Mellon University in Pittsburgh, PA. Artists, designers,
982980
developers, educators, and got together to advance the p5.js project.

src/data/hi.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -973,9 +973,7 @@ community:
973973
donate2: प्रोसेसिंग फाउंडेशन
974974
donate3: ' को दान के माध्यम से p5.js के विकास में सहायता करें। '
975975
contributors-conference-title: p5.js योगदानकर्ता सम्मेलन
976-
contributors-conference1: >-
977-
जबकि अधिकांश कार्य ऑनलाइन होते है, हम IRL भी आयोजित करते हैं। हमने
978-
पिट्सबर्ग, पेंसिल्वेनिया में
976+
contributors-conference1: 'जबकि अधिकांश कार्य ऑनलाइन होते है, हम IRL भी आयोजित करते हैं। हमने पिट्सबर्ग, पेंसिल्वेनिया में '
979977
contributors-conference2: >-
980978
कार्नेगी मेलन विश्वविद्यालय में योगदानकर्ताओं के दो सम्मेलन आयोजित किए।
981979
कलाकार, डिजाइनर, डेवलपर्स, शिक्षक p5.js परियोजना को आगे बढ़ाने के लिए एक साथ

0 commit comments

Comments
 (0)